optind 是getopt(3)使用的一个全局变量。 ... Remember filenames char *infile = argv[optind]; char *outfile = argv[optind + 1]; // Open input ...
確定! 回上一頁