1 2 3 4 5
#ifndef __ARGS__ #define __ARGS__ #include <string.h> int args_getopt(int argc, char *argv[], const char *optstring, char **args_optarg); #endif