Busybox: Upgrade to 1.21.1 (stable). lsof active.
[tomato.git] / release / src / router / php / TSRM / tsrm_strtok_r.h
blob8c9e8198e780f949bbd4b2ae8af187772cdb3066
1 #ifndef TSRM_STRTOK_R
2 #define TSRM_STRTOK_R
4 char *tsrm_strtok_r(char *s, const char *delim, char **last);
6 #endif