while ((c = fgetc(inOutFile)) != EOF). if(c != '\r'). fputc(c, temp);. if(fclose(inOutFile) == EOF). return EXIT_FAILURE;. "Read from a file until end-of-file".
確定! 回上一頁