#include <sys/types.h>
#include <limits.h>
#include <stdlib.h>
#include <stdio.h>
Go to the source code of this file.
#define BOOL unsigned char |
Boolean data type.
Definition at line 92 of file types.h.
False boolean constant.
Definition at line 100 of file types.h.
Base 2 logarithm of wordsize.
Definition at line 75 of file types.h.
True boolean constant.
Definition at line 108 of file types.h.
#define UintConst |
( |
|
N | ) |
(N##U) |
Unsigned integer constant.
Definition at line 78 of file types.h.
Type of signed integer in printf.
Definition at line 87 of file types.h.
Type of unsigned integer in printf.
Definition at line 84 of file types.h.
Signed int type.
Definition at line 57 of file types.h.
typedef unsigned char Uchar |
Unsigned char type.
Definition at line 48 of file types.h.
typedef unsigned long Uint |
Unsigned int type.
Definition at line 54 of file types.h.
Unsigned short type.
Definition at line 51 of file types.h.