diff options
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -18,6 +18,8 @@ All functions return 0 on failure, this goes for getting a value, always check 0 main.c has a usage example, however the usage structure is like this: +Writing back to the cfg file is NOT implemented. + ```` // allocate memory for the cfg structure struct cfgfile *cfg = malloc(sizeof(struct cfgfile)); |