projects
/
fio.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
Use -pthread instead of -lpthread on FreeBSD
[fio.git]
/
lib
/
strsep.h
Commit
Line
Data
00fb3c8d
JA
1
#ifndef FIO_LIB_H
2
#define FIO_LIB_H
3
4
char *strsep(char **, const char *);
5
6
#endif