The getopt_long() function works like getopt() except that it also accepts long ... #include <stdio.h> int main (argc, argv) int argc; char **argv; { int c; ...
確定! 回上一頁