Subversion Repositories HelenOS-historic

Rev

Rev 504 | Rev 1505 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 504 Rev 974
Line 31... Line 31...
31
 
31
 
32
typedef unsigned int sysarg_t;
32
typedef unsigned int sysarg_t;
33
typedef unsigned int size_t;
33
typedef unsigned int size_t;
34
typedef signed int ssize_t;
34
typedef signed int ssize_t;
35
 
35
 
-
 
36
typedef char int8_t;
-
 
37
typedef short int int16_t;
-
 
38
typedef int int32_t;
-
 
39
typedef long long int int64_t;
-
 
40
 
-
 
41
typedef unsigned char uint8_t;
-
 
42
typedef unsigned short int uint16_t;
-
 
43
typedef unsigned int uint32_t;
-
 
44
typedef unsigned long long int uint64_t;
-
 
45
 
36
#endif
46
#endif