The sscanf() function is used to read data in a specified format from a string. The prototype is as follows: int sscanf (char *str, char * format [, argument, …]);.
確定! 回上一頁