source: buchla-68k/predef.h@ 0c834c5

Last change on this file since 0c834c5 was f7c91fc, checked in by Thomas Lopatic <thomas@…>, 7 years ago

Prototype fix framework.

  • Property mode set to 100644
File size: 210 bytes
Line 
1typedef char int8_t;
2typedef unsigned char uint8_t;
3typedef short int16_t;
4typedef unsigned short uint16_t;
5typedef long int32_t;
6typedef unsigned long uint32_t;
7
8typedef char BOOL;
9
10typedef unsigned int uint;
Note: See TracBrowser for help on using the repository browser.