summaryrefslogtreecommitdiffstats
path: root/src/u_parse.h
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-09-08 20:26:51 +0200
committerJozanLeClerc <bousset.rudy@gmail.com>2020-09-08 20:26:51 +0200
commit74766656e5b605785e0e9622eb7f10d20a5467e3 (patch)
treed3818db14279a2e9649e314b3af4e819c61228e2 /src/u_parse.h
parentPretty bav (diff)
download42-minishell-74766656e5b605785e0e9622eb7f10d20a5467e3.tar.gz
42-minishell-74766656e5b605785e0e9622eb7f10d20a5467e3.tar.bz2
42-minishell-74766656e5b605785e0e9622eb7f10d20a5467e3.tar.xz
42-minishell-74766656e5b605785e0e9622eb7f10d20a5467e3.tar.zst
42-minishell-74766656e5b605785e0e9622eb7f10d20a5467e3.zip
I hate myself and I want to die
Diffstat (limited to '')
-rw-r--r--src/u_parse.h21
1 files changed, 21 insertions, 0 deletions
diff --git a/src/u_parse.h b/src/u_parse.h
new file mode 100644
index 0000000..631468e
--- /dev/null
+++ b/src/u_parse.h
@@ -0,0 +1,21 @@
+/* ************************************************************************** */
+/* */
+/* ::: :::::::: */
+/* u_parse.h :+: :+: :+: */
+/* +:+ +:+ +:+ */
+/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* +#+#+#+#+#+ +#+ */
+/* Created: 2020/02/14 17:19:27 by rbousset #+# #+# */
+/* Updated: 2020/02/14 17:19:29 by rbousset ### ########lyon.fr */
+/* */
+/* ************************************************************************** */
+
+#ifndef U_PARSE_H
+#define U_PARSE_H
+
+#include "d_define.h"
+
+t_quote_mode u_meet_dquote(char *head, char *ptr, t_quote_mode mode);
+t_quote_mode u_meet_squote(char *head, char *ptr, t_quote_mode mode);
+
+#endif