X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;f=ccan%2Fstr%2Fdebug.c;h=8c519442d792a77c1339a8de2fc403920b074b12;hb=009f5f24e7d6398d8d4e6d940c1663dd707255fe;hp=9ef756766aa557b61e1ab4abeaaceba71900beaf;hpb=942f2788e165bb203b0f160f29bd4592f32dc344;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) {