X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;f=ccan%2Fstr%2Fdebug.c;h=027915bc640cf091b9c9e2b58b00f68b80f1c583;hb=932aeb6dcc4a6df2d08755f743659451c9721447;hp=9ef756766aa557b61e1ab4abeaaceba71900beaf;hpb=082d651ffd87f78f20d56aa477c3c75d7361c1e1;p=ccan 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) {