Annotation of embedaddon/php/TSRM/tsrm_strtok_r.h, revision 1.1.1.1

1.1       misho       1: #ifndef TSRM_STRTOK_R
                      2: #define TSRM_STRTOK_R
                      3: 
                      4: char *tsrm_strtok_r(char *s, const char *delim, char **last);
                      5: 
                      6: #endif

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>