tsrm_strtok_r.h 143 B

12345678
  1. #ifndef TSRM_STRTOK_R
  2. #define TSRM_STRTOK_R
  3. #include "TSRM.h"
  4. TSRM_API char *tsrm_strtok_r(char *s, const char *delim, char **last);
  5. #endif