#include "types.h" #ifndef ARGS_H #define ARGS_H Parameters args_parse(int argc, char **argv); #endif