summaryrefslogtreecommitdiffstats
path: root/src/d_define.h
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-09-10 19:28:08 +0200
committerJozanLeClerc <bousset.rudy@gmail.com>2020-09-10 19:28:08 +0200
commit20b9a703186d7bf06936467ae3e8108cfbee43dd (patch)
tree0a183595d7f5f0ec1ae1d4364c4d7118f7f33231 /src/d_define.h
parentRemoved debug printf (diff)
download42-minishell-20b9a703186d7bf06936467ae3e8108cfbee43dd.tar.gz
42-minishell-20b9a703186d7bf06936467ae3e8108cfbee43dd.tar.bz2
42-minishell-20b9a703186d7bf06936467ae3e8108cfbee43dd.tar.xz
42-minishell-20b9a703186d7bf06936467ae3e8108cfbee43dd.tar.zst
42-minishell-20b9a703186d7bf06936467ae3e8108cfbee43dd.zip
I was born an idiot I swear
Diffstat (limited to 'src/d_define.h')
-rw-r--r--src/d_define.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/d_define.h b/src/d_define.h
index 8e73668..50b0f3c 100644
--- a/src/d_define.h
+++ b/src/d_define.h
@@ -68,6 +68,7 @@
#define C_NUL 0x00
#define C_SUB 0x1a
+#define C_ESC 0x1b
#define C_DQUOTE 0x22
#define C_SQUOTE 0x27
#define C_AMP 0x26