mirror of
https://github.com/php/php-src.git
synced 2024-11-24 02:15:04 +08:00
daf926cf5b
In the least this still doesn't work on Windows.
7 lines
115 B
C
7 lines
115 B
C
#ifndef TSRM_STRTOK_R
|
|
#define TSRM_STRTOK_R
|
|
|
|
char *tsrm_strtok_r(char *s, const char *delim, char **last);
|
|
|
|
#endif
|