X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;f=ccan%2Fstr%2Fdebug.c;h=8c519442d792a77c1339a8de2fc403920b074b12;hb=e40f5c50a7a930fc98974936b7366b498ebf984c;hp=42d19f8197f9ff03795397843a1385e19a1a225f;hpb=74257cee33ae3033f961d5f22a0313b8cb1b18d4;p=ccan diff --git a/ccan/str/debug.c b/ccan/str/debug.c index 42d19f81..8c519442 100644 --- a/ccan/str/debug.c +++ b/ccan/str/debug.c @@ -1,4 +1,4 @@ -/* Licensed under LGPLv2.1+ - see LICENSE file for details */ +/* CC0 (Public domain) - see LICENSE file for details */ #include "config.h" #include #include @@ -87,6 +87,9 @@ int str_isxdigit(int i) return isxdigit(i); } +#undef strstr +#undef strchr +#undef strrchr char *str_strstr(const char *haystack, const char *needle) {