blob: 43d61df4daaca2d938cf50df8b3a57911001f38a [file] [log] [blame]
#ifdef CONFIG_STRCASESTR
#include <string.h>
#else
#ifndef FIO_STRCASESTR_H
#define FIO_STRCASESTR_H
char *strcasestr(const char *haystack, const char *needle);
#endif
#endif