comparison src/types.h @ 0:83c23a36980d

Init
author Tatsuki IHA <e125716@ie.u-ryukyu.ac.jp>
date Fri, 26 May 2017 23:11:05 +0900
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:83c23a36980d
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