summaryrefslogtreecommitdiffstats
path: root/include/types.h
blob: 54dcc25238d653efabde5c2f7ddb3e262d4818a6 (plain) (blame)
1
2
3
4
5
6
7
#define NULL 0


typedef unsigned char uint8;
typedef unsigned short int uint16;
typedef unsigned long uint32;
typedef unsigned long long uint64;