if (fgets(linbuf, sizeof(linbuf), filePointer)==NULL) break;. process_the_line(linbuf);. } while(!feof(filePointer));.
確定! 回上一頁