root/trunk/orca/win32/stdint.h

Revision 1, 243 bytes (checked in by krobillard, 3 years ago)

Import orca & thune.

Line 
1
2typedef char            int8_t;
3typedef unsigned char   uint8_t;
4typedef short           int16_t;
5typedef unsigned short  uint16_t;
6typedef int             int32_t;
7typedef unsigned int    uint32_t;
8typedef unsigned long long      uint64_t;
Note: See TracBrowser for help on using the browser.