summaryrefslogtreecommitdiff
path: root/openbsd-compat/strtok.h
blob: 25db16acd673340f44255febc8851164b99e00b0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/* $Id: strtok.h,v 1.2 2001/02/09 01:55:36 djm 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 */