1 2 3 4 5 6 7 8 9
#ifndef STASIS_ARGS_H #define STASIS_ARGS_H #include <getopt.h> extern struct option long_options[]; void usage(char *name); #endif //STASIS_ARGS_H