X-Git-Url: http://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=ccan%2Fstr%2Fdebug.c;h=027915bc640cf091b9c9e2b58b00f68b80f1c583;hp=9ef756766aa557b61e1ab4abeaaceba71900beaf;hb=39150ca863ea2aed45f732346aa23714009a034b;hpb=942f2788e165bb203b0f160f29bd4592f32dc344 diff --git a/ccan/str/debug.c b/ccan/str/debug.c index 9ef75676..027915bc 100644 --- a/ccan/str/debug.c +++ b/ccan/str/debug.c @@ -86,6 +86,9 @@ int str_isxdigit(int i) return isxdigit(i); } +#undef strstr +#undef strchr +#undef strrchr char *str_strstr(const char *haystack, const char *needle) {