From 26c490f404731d053a6205719b6246502c07b449 Mon Sep 17 00:00:00 2001 From: Patrick Simianer Date: Sat, 14 Jun 2014 16:46:27 +0200 Subject: init --- ccc/stringutil.h | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 ccc/stringutil.h (limited to 'ccc/stringutil.h') diff --git a/ccc/stringutil.h b/ccc/stringutil.h new file mode 100644 index 0000000..153068a --- /dev/null +++ b/ccc/stringutil.h @@ -0,0 +1,13 @@ +#ifndef STRINGUTIL_H +#define STRINGUTIL_H + +#include +#include + + +char* strend(char* s); +bool endswith(char* s, char* suff); + + +#endif + -- cgit v1.2.3