source:
buchla-68k/predef.h@
abd4109
Last change on this file since abd4109 was f7c91fc, checked in by , 7 years ago | |
---|---|
|
|
File size: 210 bytes |
Line | |
---|---|
1 | typedef char int8_t; |
2 | typedef unsigned char uint8_t; |
3 | typedef short int16_t; |
4 | typedef unsigned short uint16_t; |
5 | typedef long int32_t; |
6 | typedef unsigned long uint32_t; |
7 | |
8 | typedef char BOOL; |
9 | |
10 | typedef unsigned int uint; |
Note:
See TracBrowser
for help on using the repository browser.