blob: f13e929dddc9e21113bea493bf5d35f054e969cd [file] [log] [blame]
#ifndef CONFIG_STRCASESTR
#ifndef FIO_STRCASESTR_H
#define FIO_STRCASESTR_H
char *strcasestr(const char *haystack, const char *needle);
#endif
#endif