#ifndef NOOM_TYPES #define NOOM_TYPES typedef unsigned long long int noom_uint_t; typedef signed long long int noom_int_t; typedef double noom_float_t; typedef unsigned char noom_bool_t; typedef void * noom_table_t; // atom figure this shit out typedef char * noom_string_t; #endif