Rivoreo Source Code Repositories
src.rivoreo.one
/
security
/
openssh-library
/
182ee6e6d9b13f0a117a19bd4b9e3318a74233eb
/
.
/
bsd-strsep.h
blob: d5ba6e0f1216ebbb0e83d8366ff86e860c75f02e [
file
] [
log
] [
blame
] [
raw
]
#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 */