t = strtok(NULL, " ");
t = strtok(NULL, ",");
t = strtok(NULL, ".");
t = strtok(NULL, ".");
See Also
No references to this function.
VisualDSP++ 3.5 C/C++ Compiler and Library Manual
for ADSP-219x DSPs
C/C++ Run-Time Library
/* t points to "phrase"
/* t points to "to be tested" */
/* t points to " today"
/* t = NULL
*/
*/
*/
3-141
Need help?
Do you have a question about the VISUALDSP++ 3.5 and is the answer not in the manual?