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