#include extern char *optarg; //选项的参数指针extern int optind, //下一次调用getopt 的时,从optind 存储的位置处重新开始检查选项。 extern int opterr, ...
確定! 回上一頁