Sign in
kernel
/
pub
/
scm
/
linux
/
kernel
/
git
/
axboe
/
fio
/
refs/heads/server-client-thread
/
.
/
lib
/
strsep.h
blob: 5fea5d191f3dc7122bb9446b22851a355c108bca [
file
] [
log
] [
blame
]
#ifndef
FIO_STRSEP_LIB_H
#define
FIO_STRSEP_LIB_H
char
*
strsep
(
char
**,
const
char
*);
#endif