mirror of
https://github.com/php/php-src.git
synced 2025-08-18 06:58:55 +02:00
6 lines
115 B
C
6 lines
115 B
C
#ifndef TSRM_STRTOK_R
|
|
#define TSRM_STRTOK_R
|
|
|
|
char *tsrm_strtok_r(char *s, const char *delim, char **last);
|
|
|
|
#endif
|