summaryrefslogtreecommitdiff
path: root/other/ssharp/openbsd-compat/strtok.h
blob: 57d8b210c7cec2f1802c1d7f16799155daca4677 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/* $Id: strtok.h,v 1.1.1.1 2001/09/19 14:44:59 stealth Exp $ */

#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 */