In getopt(3) man page, after arguments are processed in the while loop, there are two lines: Code: argc -= optind; argv += optind;.
確定! 回上一頁