22 #include <sys/types.h>
54 typedef unsigned long Uint;
70 #define UintConst(N) (N##UL)
78 #define UintConst(N) (N##U)
92 #define BOOL unsigned char
100 #define False ((BOOL) 0)
108 #define True ((BOOL) 1)
unsigned long Showuint
Type of unsigned integer in printf.
unsigned char Uchar
Unsigned char type.
unsigned long Uint
Unsigned int type.
signed long Showsint
Type of signed integer in printf.
signed long Sint
Signed int type.
unsigned short Ushort
Unsigned short type.