fgets (3) is a utility that can read certain number of characters from a stream. ... I would suggest that one use getline() instead and then use sscanf() to ...
確定! 回上一頁