summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordaniel-Jones <daniel@danieljon.es>2018-10-04 21:03:03 +0930
committerdaniel-Jones <daniel@danieljon.es>2018-10-04 21:03:03 +0930
commitbb50693367c79050623810acba8dac5232914642 (patch)
treec4b879cc57b6e50b6aa7778f85eb71d9674f92b3
parent3eca5a4f1a5dafa8869987940398af8a3458eb8e (diff)
downloadcfg-bb50693367c79050623810acba8dac5232914642.tar.gz
cfg-bb50693367c79050623810acba8dac5232914642.zip
added stuff
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 6766af3..dbbb690 100644
--- a/README.md
+++ b/README.md
@@ -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));