tsrm_strtok_r.h 115 B

123456
  1. #ifndef TSRM_STRTOK_R
  2. #define TSRM_STRTOK_R
  3. char *tsrm_strtok_r(char *s, const char *delim, char **last);
  4. #endif