Go to the documentation of this file. 1 #define uchar _utfuchar
2 #define ushort _utfushort
4 #define ulong _utfulong
5 #define vlong _utfvlong
6 #define uvlong _utfuvlong
8 typedef unsigned char uchar;
13 #define nelem(x) (sizeof(x) / sizeof((x)[0]))
14 #define nil ((void *)0)