diff options
author | daniel-Jones <daniel@danieljon.es> | 2018-10-04 21:05:19 +0930 |
---|---|---|
committer | daniel-Jones <daniel@danieljon.es> | 2018-10-04 21:05:19 +0930 |
commit | ce2b3f9a9cac1fc0788e235fd6629b787f980708 (patch) | |
tree | 737b6446589863e2b36ff4901a91d5943225efae | |
parent | 68aebda51fa560ed907aa0df66db1824ff6add2b (diff) | |
download | cfg-ce2b3f9a9cac1fc0788e235fd6629b787f980708.tar.gz cfg-ce2b3f9a9cac1fc0788e235fd6629b787f980708.zip |
minor fix again
-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)); |