Git - code.swisschili.sh
code.swisschili.sh
/
bluejay
/
19ef4188c956fafd8668e2e9c8588f2d7d379256
/
.
/
src
/
kint.h
blob: 44b9bfd83d4401740fd11ff2a6701951f4001b08 [
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
uchar
bool
;
enum
{
false
=
0
,
true
,
};
#define
NULL
0