fgets reads the next input line (including the newline) from file fp into the character array line; at most maxline-1 characters will be read.
確定! 回上一頁