ldas-tools-al
2.6.3
CMakeFiles
CheckTypeSize
Macros
|
Functions
|
Variables
SIZEOF_LONG_LONG.c File Reference
#include <sys/types.h>
#include <stdint.h>
#include <stddef.h>
Include dependency graph for SIZEOF_LONG_LONG.c:
Macros
#define
SIZE
(
sizeof
(
long
long
))
Functions
int
main
(
int
argc, char *argv[])
Variables
char
info_size
[]
Macro Definition Documentation
◆
SIZE
#define SIZE (
sizeof
(
long
long
))
Function Documentation
◆
main()
int
main
(
int
argc
,
char *
argv
[]
)
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'
}
SIZE
#define SIZE
Definition:
SIZEOF_LONG_LONG.c:23
Generated by
1.8.13