From 7eb898a6f4ca429416ba2ab07d93564f137dd8e2 Mon Sep 17 00:00:00 2001 From: Syndamia Date: Mon, 1 Jan 2024 18:47:20 +0200 Subject: [browser-cli] Proper command line and URI parsing --- util.h | 1 + 1 file changed, 1 insertion(+) (limited to 'util.h') diff --git a/util.h b/util.h index 8fa59c5..e632578 100644 --- a/util.h +++ b/util.h @@ -23,5 +23,6 @@ sds gsub_getm(sds str, const regex_t *regex, const char* repl, int* *matches, in int digits(int num); int streq(const char* first, const char* second); void shiftLeft(char* str, size_t size, size_t shift); +int isNumber(char* str); #endif -- cgit v1.2.3