From f3ab0863404a8eb723ad09756a5aa53d054a0160 Mon Sep 17 00:00:00 2001 From: Syndamia Date: Mon, 1 Jan 2024 19:04:17 +0200 Subject: [server] Implemented ability to change host and port with arguments --- util.h | 1 + 1 file changed, 1 insertion(+) (limited to 'util.h') diff --git a/util.h b/util.h index e632578..b2836eb 100644 --- a/util.h +++ b/util.h @@ -24,5 +24,6 @@ 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); +int charCount(char* str, char cmp); #endif -- cgit v1.2.3