Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
openssh
/
d121f613708c3c9c82465b0788550943a918d5c8
/
.
/
bsd-strtok.h
blob: 5a3a569596d8b5110bc35b803a7b07c06bdf1347 [
file
] [
log
] [
blame
]
#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 */