#include // for booleans #include // for input/output #include // for STD macros #include // for getopt void print_args(int argc, char* argv[]) { printf("There are %i arguments\n",argc); printf("Those arguments are:\n"); for (int i=0; i\n", argv[0], valid_opts); exit(EXIT_FAILURE); } } return 0; }