source: buchla-68k/predef.h@ 7258c6a

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

Use standard integer types.

  • Property mode set to 100644
File size: 182 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;
Note: See TracBrowser for help on using the repository browser.