Git - code.swisschili.sh
code.swisschili.sh
/
bluejay
/
0b35bf237b190ccfbdb9e71cd7057c03c880ad48
/
.
/
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
,
};