Loading...
Searching...
No Matches
Go to the documentation of this file.
19typedef unsigned char uchar;
20typedef unsigned short ushort;
21typedef unsigned int uint;
22typedef unsigned long ulong;
32#define max(a, b) (((a) > (b)) ? (a) : (b))
36#define min(a, b) (((a) < (b)) ? (a) : (b))