diff options
author | Andi Gutmans <andi@php.net> | 2000-09-03 18:18:13 +0000 |
---|---|---|
committer | Andi Gutmans <andi@php.net> | 2000-09-03 18:18:13 +0000 |
commit | daf926cf5b3354ec838d2413651ea68259282483 (patch) | |
tree | 80751227d45a06248f58b69321865009ebb5eae3 /TSRM/tsrm_strtok_r.h | |
parent | b378ecda3015bd46c679a3cad85751af7227359b (diff) | |
download | php-git-daf926cf5b3354ec838d2413651ea68259282483.tar.gz |
- Move virtual cwd to TSRM.
In the least this still doesn't work on Windows.
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 0000000000..8c9e8198e7 --- /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 |