Main Page
Modules
Data Structures
File List
Data Fields
Globals
Related Pages
Examples
Stringadds
Functions
u_char
*
strtok
(char *s1, const char *s2)
Detailed Description
Module extends stdlibi. String functions wchich isn't avaiable in avrlibc is included here.
Function Documentation
u_char
* strtok
(
char *
s1
,
const char *
s2
)
Extract tokens from strings.
Parameters:
s1
- nonempty string of characters not occurring in the string s2, followed by \0 or by a character occurring in s2
s2
- delimeter for tokens.
Returns:
pointer to next token.
Generated on Thu Jan 30 22:30:57 2003 for EduNet by
1.2.18