Rev 805 | Rev 1505 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 805 | Rev 976 | ||
---|---|---|---|
Line 31... | Line 31... | ||
31 | 31 | ||
32 | typedef unsigned long long sysarg_t; |
32 | typedef unsigned long long 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 |