From f3a77d3c00c095a53f37aa7efb39d56168799596 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Wed, 6 Jan 2010 16:32:59 +0000 Subject: Port to core buildsystem. The python module (and associated make runes) need some love (as does non-GCC building with the core buildsystem in general) svn path=/trunk/rufl/; revision=9792 --- src/strfuncs.h | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 src/strfuncs.h (limited to 'src/strfuncs.h') diff --git a/src/strfuncs.h b/src/strfuncs.h new file mode 100644 index 0000000..495ea98 --- /dev/null +++ b/src/strfuncs.h @@ -0,0 +1,5 @@ +#include + +char *strdup(const char *s); +char *strndup(const char *s, size_t n); +int strcasecmp(const char *s1, const char *s2); -- cgit v1.2.3