php-src/TSRM/tsrm_strtok_r.h

7 lines
115 B
C
Raw Normal View History

#ifndef TSRM_STRTOK_R
#define TSRM_STRTOK_R
char *tsrm_strtok_r(char *s, const char *delim, char **last);
#endif