From cdff3c73f8945fe207b49ad6e7c7ce41b9e4ab31 Mon Sep 17 00:00:00 2001 From: Soikk Date: Thu, 5 May 2022 18:49:13 +0200 Subject: Deleted spare files --- strings.h | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 strings.h (limited to 'strings.h') diff --git a/strings.h b/strings.h deleted file mode 100644 index db3c3e1..0000000 --- a/strings.h +++ /dev/null @@ -1,14 +0,0 @@ -#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