FairRoot
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
cxx11-test-cstdint.cpp
Go to the documentation of this file.
1
#include <cstdint>
2
3
int
main
()
4
{
5
bool
test =
6
(
sizeof
(int8_t) == 1) &&
7
(
sizeof
(int16_t) == 2) &&
8
(
sizeof
(int32_t) == 4) &&
9
(
sizeof
(int64_t) == 8);
10
return
test ? 0 : 1;
11
}
main
int main(void)
Definition:
cxx11-test-__func__.cpp:1
FairRoot
cmake
checks
cxx11-test-cstdint.cpp
Generated on Mon Mar 8 2021 12:14:05 for FairRoot by
1.8.5