diff options
Diffstat (limited to 'include/string_util.h')
-rw-r--r-- | include/string_util.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/string_util.h b/include/string_util.h index 53d4e5f4..e9079229 100644 --- a/include/string_util.h +++ b/include/string_util.h @@ -7,6 +7,9 @@ #include "global.h" +#define EOS 0xFFFF +#define NON_DIGIT 0xE2 + enum PrintingMode { NORMAL, PAD_SPACE, |