Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
fio
/
00f81c372565a9c85304b9461a6475139488fc10
/
.
/
lib
/
strsep.h
blob: 5fea5d191f3dc7122bb9446b22851a355c108bca [
file
] [
log
] [
blame
]
#ifndef
FIO_STRSEP_LIB_H
#define
FIO_STRSEP_LIB_H
char
*
strsep
(
char
**,
const
char
*);
#endif