Git - code.swisschili.sh
code.swisschili.sh
/
bluejay
/
defeb0daebb64ff294ab42dadbf3613d750891cb
/
.
/
src
/
kint.h
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
,
};