The getopt() function parses the command-line arguments. ... #include <stdlib.h> /* for exit */ #include <getopt.h> int main(int argc, char **argv) { int c; ...
確定! 回上一頁