File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / php / TSRM / tsrm_strtok_r.h
Revision 1.1: download - view: text, annotated - select for diffs - revision graph
Tue Feb 21 23:47:52 2012 UTC (12 years, 5 months ago) by misho
CVS tags: MAIN, HEAD
Initial revision

#ifndef TSRM_STRTOK_R
#define TSRM_STRTOK_R

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

#endif

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>