fscanf problem. char *in_file = "input_file.txt"; char *out_file = "output_file.txt";. int main() { FILE *in_fp, *out_fp; fscanf("%d", ...
確定! 回上一頁