From 32dd785f881cf3ba6c1c6806cd3af3cbf56437c4 Mon Sep 17 00:00:00 2001 From: Soikk Date: Tue, 9 Aug 2022 02:04:02 +0200 Subject: Improved database name system. --- include/str.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include') diff --git a/include/str.h b/include/str.h index 999f1e3..7f51996 100644 --- a/include/str.h +++ b/include/str.h @@ -12,6 +12,10 @@ char *normalizeStr(const char *str, uint32_t *ln); char *normalizeStrLimit(const char *str, uint32_t *l, uint32_t limit); +char *trimStr(const char *str, uint32_t *l); + +char *trimStrLimit(const char *str, uint32_t *l, uint32_t limit); + ssize_t strInTags(const char *tags, int n, const char *ndl, int m, char sep); #endif -- cgit v1.2.3