summaryrefslogtreecommitdiff
path: root/bsd-strtok.h
blob: 5a3a569596d8b5110bc35b803a7b07c06bdf1347 (plain)
1
2
3
4
5
6
7
8
9
10
#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 */