Parent Directory
|
Revision Log
initial checkout of r3113 from upstream repository
1 | typedef signed char int8_t; |
2 | typedef signed short int16_t; |
3 | typedef signed int int32_t; |
4 | #ifdef ARCH_X86 |
5 | typedef signed long long int64_t; |
6 | #endif |
7 | |
8 | typedef unsigned char uint8_t; |
9 | typedef unsigned short uint16_t; |
10 | typedef unsigned int uint32_t; |
11 | #ifdef ARCH_X86 |
12 | typedef unsigned long long uint64_t; |
13 | #endif |
ViewVC Help | |
Powered by ViewVC 1.1.22 |