root/TSRM/tsrm_strtok_r.h

/* [<][>][^][v][top][bottom][index][help] */

INCLUDED FROM


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

/* [<][>][^][v][top][bottom][index][help] */