You are better off reading one line into a buffer using fgets . Then parse that line using sscanf . If you don't like the input, throw the whole line away and ...
確定! 回上一頁