summaryrefslogtreecommitdiff
path: root/TSRM/tsrm_strtok_r.h
blob: 8c9e8198e780f949bbd4b2ae8af187772cdb3066 (plain)
1
2
3
4
5
6
#ifndef TSRM_STRTOK_R
#define TSRM_STRTOK_R

char *tsrm_strtok_r(char *s, const char *delim, char **last);

#endif