Learn C Language - fscanf() ... return EXIT_SUCCESS; } void printAllWords(FILE * fp) { char tmp[20]; int i = 1; while (fscanf(fp, "%19s", tmp) !=
確定! 回上一頁