The strtok_r() function is a reentrant version of strtok(). It gets the next token from string s1, where tokens are strings separated by characters from s2.
確定! 回上一頁