source:
buchla-68k/predef.h@
9519422
Last change on this file since 9519422 was 7258c6a, checked in by , 7 years ago | |
---|---|
|
|
File size: 182 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; |
Note:
See TracBrowser
for help on using the repository browser.