fgets (buffer, n, input_file);. will read an entire line of text (max chars = n) into buffer until the newline character or n=max, whichever occurs first.
確定! 回上一頁