summaryrefslogtreecommitdiff
path: root/ccc/stringutil.h
diff options
context:
space:
mode:
Diffstat (limited to 'ccc/stringutil.h')
-rw-r--r--ccc/stringutil.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/ccc/stringutil.h b/ccc/stringutil.h
deleted file mode 100644
index 153068a..0000000
--- a/ccc/stringutil.h
+++ /dev/null
@@ -1,13 +0,0 @@
-#ifndef STRINGUTIL_H
-#define STRINGUTIL_H
-
-#include <string.h>
-#include <stdbool.h>
-
-
-char* strend(char* s);
-bool endswith(char* s, char* suff);
-
-
-#endif
-