diff options
| author | Kimplul <kimi.h.kuparinen@gmail.com> | 2023-03-23 16:14:51 +0200 |
|---|---|---|
| committer | Kimplul <kimi.h.kuparinen@gmail.com> | 2023-03-23 16:14:51 +0200 |
| commit | 5b038666c3e911ffeb78a4d656044e5bd076705b (patch) | |
| tree | 9b09b4f27c39ef6a0139a5eb9bfa5e98a250086c /src/string.c | |
| parent | 70615379062cdd2e016f5095dfafd23a6dca148c (diff) | |
| download | ek-5b038666c3e911ffeb78a4d656044e5bd076705b.tar.gz ek-5b038666c3e911ffeb78a4d656044e5bd076705b.zip | |
integrate parser work
Diffstat (limited to 'src/string.c')
| -rw-r--r-- | src/string.c | 5 |
1 files changed, 2 insertions, 3 deletions
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 <errno.h> #include <stdlib.h> -#include <ct/debug.h> -#include <ct/string.h> - +#include <cu/debug.h> +#include <cu/string.h> struct string *new_string(const char *s) { |
