Add very important stuff that compiles!!!

This commit is contained in:
2026-05-05 21:45:58 +02:00
parent 861fffb244
commit 98826534a1
3 changed files with 99 additions and 0 deletions

View File

@@ -1,2 +1,6 @@
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;