DEBSOURCES
Skip Quicknav
sources / php7.0 / 7.0.33-0%2Bdeb9u8 / TSRM / tsrm_strtok_r.h
12345678
#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