From e2d8b96945423c14adbf7a54693f5064d5b157c1 Mon Sep 17 00:00:00 2001 From: axtloss Date: Tue, 28 May 2024 19:12:49 +0200 Subject: add configuration system --- src/extString.h | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 src/extString.h (limited to 'src/extString.h') diff --git a/src/extString.h b/src/extString.h new file mode 100644 index 0000000..66149f1 --- /dev/null +++ b/src/extString.h @@ -0,0 +1,3 @@ +char *strlwr(char *s); +char *trim(char *s); +char *replaceStr(char *s, char *old, char *replace); -- cgit v1.2.3