1
0
Fork 0
undar-lang-register/src/common.h

12 lines
168 B
C

#ifndef ztl_common_h
#define ztl_common_h
#include <stdbool.h>
#include <stddef.h>
#include <stdint.h>
#define DEBUG_TRACE_EXECUTION
#define DEBUG_PRINT_CODE
#endif