#include char *strchr(const char *s, int c) { assert(0); } char *strstr(const char *haystack, const char *needle) { assert(0); }