Git - code.swisschili.sh
code.swisschili.sh
/
bluejay
/
d8137921b3319a2b7e215920e37f46919e66964b
/
.
/
src
/
kint.h
blob: 5b363aae0048672dadecd15342d020132ff6fa19 [
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
;