X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;f=ccan%2Fstr%2Fdebug.c;h=8c519442d792a77c1339a8de2fc403920b074b12;hb=e40f5c50a7a930fc98974936b7366b498ebf984c;hp=9ef756766aa557b61e1ab4abeaaceba71900beaf;hpb=082d651ffd87f78f20d56aa477c3c75d7361c1e1;p=ccan diff --git a/ccan/str/debug.c b/ccan/str/debug.c index 9ef75676..8c519442 100644 --- a/ccan/str/debug.c +++ b/ccan/str/debug.c @@ -1,3 +1,4 @@ +/* CC0 (Public domain) - see LICENSE file for details */ #include "config.h" #include #include @@ -86,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) {