From 5b038666c3e911ffeb78a4d656044e5bd076705b Mon Sep 17 00:00:00 2001 From: Kimplul Date: Thu, 23 Mar 2023 16:14:51 +0200 Subject: integrate parser work --- src/string.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/string.c') diff --git a/src/string.c b/src/string.c index 5cce400..d51f1cf 100644 --- a/src/string.c +++ b/src/string.c @@ -1,9 +1,8 @@ #include #include -#include -#include - +#include +#include struct string *new_string(const char *s) { -- cgit v1.3