From bb50693367c79050623810acba8dac5232914642 Mon Sep 17 00:00:00 2001 From: daniel-Jones Date: Thu, 4 Oct 2018 21:03:03 +0930 Subject: added stuff --- README.md | 2 ++ 1 file changed, 2 insertions(+) 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)); -- cgit v1.2.3