xref: /PHP-7.1/TSRM/tsrm_strtok_r.h (revision d58b7062)
1 #ifndef TSRM_STRTOK_R
2 #define TSRM_STRTOK_R
3 
4 #include "TSRM.h"
5 
6 TSRM_API char *tsrm_strtok_r(char *s, const char *delim, char **last);
7 
8 #endif
9