From 258e1b92ebbfdebefabc120969ab87c3d8b75c3d Mon Sep 17 00:00:00 2001 From: Patrick Simianer Date: Sun, 15 Jun 2014 03:50:12 +0200 Subject: old c,cc examples --- c,cc/stringutil.h | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 c,cc/stringutil.h (limited to 'c,cc/stringutil.h') diff --git a/c,cc/stringutil.h b/c,cc/stringutil.h new file mode 100644 index 0000000..153068a --- /dev/null +++ b/c,cc/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