strtok_r (char *str, const char *sep, char **last); ... The strtok_r() function is a reentrant version of strtok(). The context pointer last must be provided ...
確定! 回上一頁