Merge branch 'stephen/rate-ull' of https://github.com/sbates130272/fio
[fio.git] / oslib / strcasestr.h
... / ...
CommitLineData
1#ifndef CONFIG_STRCASESTR
2
3#ifndef FIO_STRCASESTR_H
4#define FIO_STRCASESTR_H
5
6char *strcasestr(const char *haystack, const char *needle);
7
8#endif
9
10#endif