diff options
Diffstat (limited to 'src/d_define.h')
-rw-r--r-- | src/d_define.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/d_define.h b/src/d_define.h index 50b0f3c..6d3cc45 100644 --- a/src/d_define.h +++ b/src/d_define.h @@ -67,6 +67,7 @@ */ #define C_NUL 0x00 +#define C_LF 0x0a #define C_SUB 0x1a #define C_ESC 0x1b #define C_DQUOTE 0x22 |