From 6ed9a9699997a2853ec1c9e91747c251e5cfc97b Mon Sep 17 00:00:00 2001 From: Patrick Simianer Date: Sun, 15 Jun 2014 03:50:43 +0200 Subject: damn --- ccc/stringutil.h | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 ccc/stringutil.h (limited to 'ccc/stringutil.h') 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 -#include - - -char* strend(char* s); -bool endswith(char* s, char* suff); - - -#endif - -- cgit v1.2.3