Subversion Repositories Kolibri OS

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
882 serge 1
 
2
 
3
typedef  unsigned int  count_t;
4
5
6
 
7
 
8
typedef  unsigned int         u32_t;
9
typedef  unsigned long long   u64_t;
10
11
12
 
13
 
14
#define  NULL (void*)0
15
 
16
#define  TRUE  (bool)1
17
 
18