strtok.c File Reference

Go to the source code of this file.

Functions

char * strtok (char *s, CONST char *delim)
 Isolate sequential tokens in a NUL terminated string.
char * strtok_r (char *s, CONST char *delim, char **last)
 Isolate sequential tokens in a NUL terminated string.

© 2000-2010 by contributors - visit http://www.ethernut.de/