from libc.stdint cimport int8_t, int16_t, int32_t, int64_t, intptr_t
from libc.stdint cimport uint8_t, uint16_t, uint32_t, uint64_t, uintptr_t
cdef extern from *:
ctypedef bint bool
ctypedef struct va_list
cdef extern from *:
const int32_t FOO
const uint32_t DELIMITER
const uint32_t LEFTCURLY
const uint32_t QUOTE
const uint32_t TAB
const uint32_t NEWLINE
const uint32_t HEART
const uint32_t EQUID
const float ZOM
const int8_t POS_ONE
const int8_t NEG_ONE
const int64_t SHIFT
const int64_t XBOOL
const int64_t XFALSE
const int64_t XTRUE
const uint8_t CAST
const uint32_t DOUBLE_CAST
ctypedef struct Foo:
int32_t x[FOO];
void root(Foo x);