#include <stdio.h> #include <stdlib.h> #include <getopt.h> /* Flag set by ' --verbose '. */ static int verbose_flag; int main (int argc, char **argv) { int ...
確定! 回上一頁