1 2 3 4 5 6
#ifndef HAVE_ARGPARSE_H #define HAVE_ARGPARSE_H void argparse(int argc, char **argv); #endif