]> andersk Git - openssh.git/blob - openbsd-compat/strtok.h
- markus@cvs.openbsd.org 2001/04/04 00:06:54
[openssh.git] / openbsd-compat / strtok.h
1 /* $Id$ */
2
3 #ifndef _BSD_STRTOK_H
4 #define _BSD_STRTOK_H
5
6 #include "config.h"
7
8 #ifndef HAVE_STRTOK_R
9 char *strtok_r(char *s, const char *delim, char **last);
10 #endif /* HAVE_STRTOK_R */
11
12 #endif /* _BSD_STRTOK_H */
This page took 0.028668 seconds and 5 git commands to generate.