Git - code.swisschili.sh
code.swisschili.sh
/
bluejay
/
8efa492b58f03f1bdff6077db228057984e848e8
/
.
/
src
/
kernel
/
kint.h
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