diff options
| author | Syndamia <kamen@syndamia.com> | 2023-12-08 10:31:42 +0200 |
|---|---|---|
| committer | Syndamia <kamen@syndamia.com> | 2023-12-08 10:31:42 +0200 |
| commit | 0382fccd17bdab223166f20541005bf45f113726 (patch) | |
| tree | 86d8ec0bf5b0f0ac7abf124c7ef246eb77e8677a /util.h | |
| parent | 3495fadef2cf2a88f137aa4539fba4146a352658 (diff) | |
| download | pico-web-0382fccd17bdab223166f20541005bf45f113726.tar pico-web-0382fccd17bdab223166f20541005bf45f113726.tar.gz pico-web-0382fccd17bdab223166f20541005bf45f113726.zip | |
[browser] Implemented initial syntax parsing
Diffstat (limited to 'util.h')
| -rw-r--r-- | util.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -2,9 +2,11 @@ #define H_UTIL #include <inttypes.h> +#include <sds/sds.h> 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 |
