diff options
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -16,10 +16,10 @@ To compile type ````make````. Run the example program by issuing ````./example`` All functions return 0 on failure, this goes for getting a value, always check 0 isn't returned. If it is, that means the key was not found. -main.c has a usage example, however the usage structure is like this: - Writing back to the cfg file is NOT implemented. +main.c has a usage example, however the usage structure is like this: + ```` // allocate memory for the cfg structure struct cfgfile *cfg = malloc(sizeof(struct cfgfile)); |