diff options
Diffstat (limited to 'const.h')
-rw-r--r-- | const.h | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -21,3 +21,8 @@ #define MAX_DEBUG_PRINT_BUFF 1024 #define MAX_DEBUG_PRINT_LVL 1024 #define MAX_TABLE_SIZE 1021 +#define INT_SIZE 4 +#define CHAR_SIZE 1 +#ifndef CIBIC_DEBUG +#define CIBIC_DEBUG +#endif |