... case 'r': reference = optarg; break; case 'c': cposition = atoi(optarg); ... case 'd': if (optarg == NULL) debug = 1; else debug = atoi(optarg); break; ...
確定! 回上一頁