Add prototype for strtok_r which is in the library but not in the headers

with -ansi.
This commit is contained in:
W. Eric Norum
2004-08-24 21:13:05 +00:00
parent 0120c0e2a1
commit 4e92e2f36c

View File

@@ -38,6 +38,7 @@ extern "C" {
int putenv (char *);
char *strdup (const char *);
char *strtok_r(char*, const char*, char**);
int snprintf(char *str, size_t size, const char *format, ...);
#include <stdarg.h>