mirror of
https://github.com/php/php-src.git
synced 2024-12-02 22:34:55 +08:00
d58b70622a
for this particular case fixing phar shared build, but for the general usage anyway
9 lines
143 B
C
9 lines
143 B
C
#ifndef TSRM_STRTOK_R
|
|
#define TSRM_STRTOK_R
|
|
|
|
#include "TSRM.h"
|
|
|
|
TSRM_API char *tsrm_strtok_r(char *s, const char *delim, char **last);
|
|
|
|
#endif
|