summaryrefslogtreecommitdiffstats
path: root/src/types.h
blob: f3d440cc75acbce0ceabd0389f60cf884a14e7f9 (plain)
1
2
3
4
5
6
7
8
9


typedef unsigned char 	uint8_t ;
typedef unsigned short 	uint16_t ;
typedef unsigned int 	uint32_t ;

#define TRUE	1
#define FALSE	0