DEADSOFTWARE

config: read config and args by renders
[flatwaifu.git] / src / args.h
1 #ifndef ARGS_H_INCLUDED
2 #define ARGS_H_INCLUDED
4 #include "system.h"
6 void ARG_parse (int argc, char **argv, int n, const cfg_t **list);
8 #endif /* ARGS_H_INCLUDED */