/[zanavi_public1]/navit/navit/support/win32/stdint.h
ZANavi

Contents of /navit/navit/support/win32/stdint.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2 - (show annotations) (download)
Fri Oct 28 21:19:04 2011 UTC (12 years, 5 months ago) by zoff99
File MIME type: text/plain
File size: 345 byte(s)
import files
1 #ifndef _MSC_VER
2 #include_next <stdint.h>
3 #else
4 typedef signed char int8_t;
5 typedef unsigned char uint8_t;
6 typedef short int16_t;
7 typedef unsigned short uint16_t;
8 typedef int int32_t;
9 typedef unsigned uint32_t;
10 typedef long long int64_t;
11 typedef unsigned long long uint64_t;
12 typedef unsigned long long uintmax_t;
13 #endif /* _MSC_VER */

   
Visit the ZANavi Wiki