diff options
author | daniel-Jones <daniel@danieljon.es> | 2018-10-04 21:03:03 +0930 |
---|---|---|
committer | daniel-Jones <daniel@danieljon.es> | 2018-10-04 21:03:03 +0930 |
commit | bb50693367c79050623810acba8dac5232914642 (patch) | |
tree | c4b879cc57b6e50b6aa7778f85eb71d9674f92b3 | |
parent | 3eca5a4f1a5dafa8869987940398af8a3458eb8e (diff) | |
download | cfg-bb50693367c79050623810acba8dac5232914642.tar.gz cfg-bb50693367c79050623810acba8dac5232914642.zip |
added stuff
-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)); |