libatomprobe
Library for Atom Probe Tomography (APT) computation
Macros | Functions | Variables
SIZEOF_SIZE_T.cpp File Reference
#include <sys/types.h>
#include <stdint.h>
#include <stddef.h>
Include dependency graph for SIZEOF_SIZE_T.cpp:

Go to the source code of this file.

Macros

#define SIZE   (sizeof(size_t))
 

Functions

int main (int argc, char *argv[])
 

Variables

char info_size []
 

Macro Definition Documentation

◆ SIZE

#define SIZE   (sizeof(size_t))

Definition at line 23 of file SIZEOF_SIZE_T.cpp.

Function Documentation

◆ main()

int main ( int  argc,
char *  argv[] 
)

Definition at line 39 of file SIZEOF_SIZE_T.cpp.

References info_size.

Variable Documentation

◆ info_size

char info_size[]
Initial value:
= {'I', 'N', 'F', 'O', ':', 's','i','z','e','[',
('0' + ((SIZE / 10000)%10)),
('0' + ((SIZE / 1000)%10)),
('0' + ((SIZE / 100)%10)),
('0' + ((SIZE / 10)%10)),
('0' + (SIZE % 10)),
']',
'\0'}
#define SIZE

Definition at line 24 of file SIZEOF_SIZE_T.cpp.

Referenced by main().