c语言之strtok_r函数是linux平台下的strtok函数的线程安全版本,windows的string.h中并不包含此函数。其函数原型如下: char *strtok_r(char *str, const char *delim, ...
確定! 回上一頁