#include <getopt.h> int getopt_long(int argc, char * const argv[], ... break; default: printf ("?? getopt возвратило код символа 0%o ??\n", c); } } if ...
確定! 回上一頁