projects
/
fio.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
t/zbd: Support testing zone capacity smaller than zone size with null_blk
[fio.git]
/
oslib
/
strcasestr.h
1
#ifndef CONFIG_STRCASESTR
2
3
#ifndef FIO_STRCASESTR_H
4
#define FIO_STRCASESTR_H
5
6
char *strcasestr(const char *haystack, const char *needle);
7
8
#endif
9
10
#endif