root/trunk/orca/win32/stdint.h
| Revision 1, 243 bytes (checked in by krobillard, 3 years ago) |
|---|
| Line | |
|---|---|
| 1 | |
| 2 | typedef char int8_t; |
| 3 | typedef unsigned char uint8_t; |
| 4 | typedef short int16_t; |
| 5 | typedef unsigned short uint16_t; |
| 6 | typedef int int32_t; |
| 7 | typedef unsigned int uint32_t; |
| 8 | typedef unsigned long long uint64_t; |
Note: See TracBrowser
for help on using the browser.
