Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
fio
/
817f06bbc52aea4011ab975d8fa3e3f1065c6065
/
.
/
lib
/
strsep.h
blob: 782a360097cae1eaeed290af5c5439e2bf248226 [
file
] [
log
] [
blame
]
Jens Axboe
00fb3c8
2008-05-30 22:17:45 +0200
[
diff
] [
blame
]
1
#ifndef
FIO_LIB_H
2
#define
FIO_LIB_H
3
4
char
*
strsep
(
char
**,
const
char
*);
5
6
#endif