full option */ if (optptr == NULL && strncmp(argv[optind], "--", 2) == 0) { /* Use optptr to parse argument in options of form "--foo=666" */ if ((optptr ...
確定! 回上一頁