#ifndef ARGS_H_INCLUDED #define ARGS_H_INCLUDED #include "system.h" void ARG_parse (int argc, char **argv, int n, const cfg_t **list); #endif /* ARGS_H_INCLUDED */