__int32_t
typedef __int32_t int32_t;
typedef __int32_t __blksize_t; /* file block size */
typedef __int32_t __clockid_t; /* clock_gettime()... */
typedef __int32_t __lwpid_t; /* Thread ID (a.k.a. LWP) */
typedef __int32_t __pid_t; /* process [group] */
__int32_t st_size; /* file size, in bytes */
__int32_t st_blksize; /* optimal blocksize for I/O */
__int32_t st_blocks; /* blocks allocated for file */
__int32_t st_lspare;
typedef __int32_t __ptrdiff_t;
typedef __int32_t __register_t;
typedef __int32_t __segsz_t;
typedef __int32_t __ssize_t;
typedef __int32_t __time_t;
typedef __int32_t __clock_t; /* clock()... */
typedef __int32_t __critical_t;
typedef __int32_t __intfptr_t;
typedef __int32_t __intptr_t;
typedef __int32_t __int_fast8_t;
typedef __int32_t __int_fast16_t;
typedef __int32_t __int_fast32_t;
typedef __int32_t __int_least32_t;
typedef __int32_t __register_t;
__int32_t count;