#include <sys/types.h>
#include <stdint.h>
#include <stddef.h>
#include "stdio.h"
Go to the source code of this file.
|
#define | SIZE (sizeof(ssize_t)) |
|
|
int | main (int argc, char *argv[]) |
|
§ SIZE
#define SIZE (sizeof(ssize_t)) |
§ main()
int main |
( |
int |
argc, |
|
|
char * |
argv[] |
|
) |
| |
§ 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'}
Definition at line 19 of file SSIZE_T.c.
Referenced by main().