C language strtok() function: decompose a string using the specified delimiter
C language strtok() function: decompose a string using the specified delimiter Function name: strtok header file: <string.h> Function prototype: char*strtok(char*str1, constchar*str2); Function: use the specified delimiter Character decompos
2024-11-13