diff options
| author | Soikk | 2022-05-05 18:49:13 +0200 |
|---|---|---|
| committer | Soikk | 2022-05-05 18:49:13 +0200 |
| commit | cdff3c73f8945fe207b49ad6e7c7ce41b9e4ab31 (patch) | |
| tree | 324257f3e7f72d9fd22f60ac05282bca38e84a2c /strings.h | |
| parent | 39c0dfbc9c4279e519841afae5c7413b1bdf56d8 (diff) | |
| download | soikk-DB-cdff3c73f8945fe207b49ad6e7c7ce41b9e4ab31.tar.xz soikk-DB-cdff3c73f8945fe207b49ad6e7c7ce41b9e4ab31.tar.zst | |
Deleted spare files
Diffstat (limited to 'strings.h')
| -rw-r--r-- | strings.h | 14 |
1 files changed, 0 insertions, 14 deletions
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 |
