diff options
Diffstat (limited to 'TSRM/tsrm_strtok_r.h')
-rw-r--r-- | TSRM/tsrm_strtok_r.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/TSRM/tsrm_strtok_r.h b/TSRM/tsrm_strtok_r.h new file mode 100644 index 0000000..8c9e819 --- /dev/null +++ b/TSRM/tsrm_strtok_r.h @@ -0,0 +1,6 @@ +#ifndef TSRM_STRTOK_R +#define TSRM_STRTOK_R + +char *tsrm_strtok_r(char *s, const char *delim, char **last); + +#endif |