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