summaryrefslogtreecommitdiff
path: root/TSRM/tsrm_strtok_r.h
blob: 323b401d99d68ea5fae6459fa754ea4c5718c142 (plain)
1
2
3
4
5
6
7
8
#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