Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
openssh
/
3c4659cb6ffb68ef0e81813eb737a3a3544e726c
/
.
/
bsd-strsep.h
blob: d5ba6e0f1216ebbb0e83d8366ff86e860c75f02e [
file
] [
log
] [
blame
]
#ifndef
_BSD_STRSEP_H
#define
_BSD_STRSEP_H
#include
"config.h"
#ifndef
HAVE_STRSEP
char
*
strsep
(
char
**
stringp
,
const
char
*
delim
);
#endif
/* HAVE_STRSEP */
#endif
/* _BSD_STRSEP_H */