Added --define

This commit is contained in:
Scoopta
2020-01-24 23:36:56 -08:00
parent d57ae47057
commit 5ec88a365e
4 changed files with 85 additions and 41 deletions

View File

@@ -25,6 +25,8 @@
#include <stdarg.h>
#include <stdio.h>
void config_put(struct map* map, char* line);
void config_load(struct map* map, const char* config);
char* config_get(struct map* config, const char* key, char* def_opt);