#include <stdio.h> #include <stdlib.h> int main(int argc, char *argv[]) { FILE *in, *out; char ch; if((in=fopen(argv[1], "rb")) == NULL) ...
確定! 回上一頁