Texas Instruments TMS34010 Reference Manual page 157

C compiler
Hide thumbs Also See for TMS34010:
Table of Contents

Advertisement

strtok
Syntax
#include
<string.h)
char *strtok(sl, s2}
char *sl, *s2;
Defined in
strtok. c
in
rts. src
Break String into Tokens
Description
Successive calls to the strtok function break s
1
into a series of tokens, each
delimited by a character from
s2.
Each call returns a pointer to the next
token.
6-82

Advertisement

Table of Contents
loading

Table of Contents