blob: 8f934faae4fc3fb1e55e643852e5314ac98a2b5a [file] [log] [blame]
#pragma once
typedef unsigned char uchar;
typedef unsigned short ushort;
typedef unsigned int uint;
typedef unsigned long ulong;
typedef unsigned long size_t;
typedef _Bool bool;
enum
{
false = 0,
true,
};
#define NULL 0