When you use the fgets to read followed by sscanf you read line by line, the new line gets parsed by the sscanf because it is always just white ...
確定! 回上一頁