c = fgets(oneline, MAXLINE,fp1); /* get one line from the file */ if (c != NULL); ... int c; while ((c = getc(ifp)) != EOF) putc(c, ofp);.
確定! 回上一頁