From 6afe3cc8ec6c009a43950bdbe138cbc2d7a88a4d Mon Sep 17 00:00:00 2001 From: = Date: Thu, 5 May 2022 15:23:47 +0200 Subject: Quality of life changes --- strings.h | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 strings.h (limited to 'strings.h') diff --git a/strings.h b/strings.h new file mode 100644 index 0000000..db3c3e1 --- /dev/null +++ b/strings.h @@ -0,0 +1,14 @@ +#ifndef STRINGS_H +#define STRINGS_H + +#include "db.h" + + +uint16_t len(const char *s); + +bool sameStr(const char *s1, const char *s2); + +ssize_t strInTags(const char *tags, int n, const char *ndl, int m, char sep); + + +#endif -- cgit v1.2.3