From 0382fccd17bdab223166f20541005bf45f113726 Mon Sep 17 00:00:00 2001 From: Syndamia Date: Fri, 8 Dec 2023 10:31:42 +0200 Subject: [browser] Implemented initial syntax parsing --- util.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'util.h') diff --git a/util.h b/util.h index 13ee5e5..7ea5311 100644 --- a/util.h +++ b/util.h @@ -2,9 +2,11 @@ #define H_UTIL #include +#include uint16_t inet_atop(const char *port); void herr(int output, const char* funcName); void herrc(int output, const char* funcName); +sds gsub(sds str, const char* regex, const char* repl); #endif -- cgit v1.2.3