Loop and read the line until EOF or '\n' is encountered. */ ... if( feof( fpFile )){ printf("common.c: EOF\n");line = temp; break; }
確定! 回上一頁