Merge branch 'nvme/support-sync-fua-for-iouring-v2' of https://github.com/minwooim/fio
[fio.git] / oslib / strcasestr.h
CommitLineData
5d413e08 1#ifndef CONFIG_STRCASESTR
9ad8da82
JA
2
3#ifndef FIO_STRCASESTR_H
4#define FIO_STRCASESTR_H
5
6char *strcasestr(const char *haystack, const char *needle);
7
8#endif
5d413e08 9
9ad8da82 10#endif