comparison src/types.h @ 0:53676d1f5817 default tip

firsh commit
author tobaru
date Sun, 04 Feb 2018 17:54:49 +0900
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:53676d1f5817
1 typedef unsigned int uint;
2 typedef unsigned short ushort;
3 typedef unsigned char uchar;
4 typedef unsigned int uint32;
5 typedef unsigned short uint16;
6 typedef unsigned char uint8;
7
8 #ifndef NULL
9 #define NULL ((void*)0)
10 #endif