Rivoreo Source Code Repositories
src.rivoreo.one
/
security
/
openssh-library
/
28a7f26d03e4579ec62b9983f8f1d63a59ee63ab
/
.
/
openbsd-compat
/
strtok.h
blob: 5a3a569596d8b5110bc35b803a7b07c06bdf1347 [
file
] [
log
] [
blame
] [
raw
]
#ifndef
_BSD_STRTOK_H
#define
_BSD_STRTOK_H
#include
"config.h"
#ifndef
HAVE_STRTOK_R
char
*
strtok_r
(
char
*
s
,
const
char
*
delim
,
char
**
last
);
#endif
/* HAVE_STRTOK_R */
#endif
/* _BSD_STRTOK_H */