libsheepy

C lib for handling text files, strings and json like data structure with an object oriented system
git clone https://spartatek.se/git/libsheepy.git
Log | Files | Refs | README | LICENSE

commit dd724383897196d0dc36b603bdfa529ce0d69c09
parent 5779d49fe3cc39d2466dbe22c2175c069e26ab3a
Author: Remy Noulin <loader2x@gmail.com>
Date:   Fri,  6 Aug 2021 20:22:39 +0000

update readme

README.md               | 1 +
example/README.template | 1 +
2 files changed, 2 insertions(+)

Diffstat:
MREADME.md | 1+
Mexample/README.template | 1+
2 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/README.md b/README.md @@ -68,6 +68,7 @@ __Status__: (libsheepy.h and libsheepy.c) - Unit tests: 97% code coverage of the core functionality - 98% branch coverage (mainly malloc failures are not tested) - Valgrind - Memcheck: No memory leaks - 94% code coverage of the core functionality - Static analysis: done with cppcheck, clang static analyzer, gcc static analyzer, coverity, facebook infer +- GCC warnings: Enabled all useful warnings in GCC 10.2 and removed them. # Features diff --git a/example/README.template b/example/README.template @@ -68,6 +68,7 @@ __Status__: (libsheepy.h and libsheepy.c) - Unit tests: 97% code coverage of the core functionality - 98% branch coverage (mainly malloc failures are not tested) - Valgrind - Memcheck: No memory leaks - 94% code coverage of the core functionality - Static analysis: done with cppcheck, clang static analyzer, gcc static analyzer, coverity, facebook infer +- GCC warnings: Enabled all useful warnings in GCC 10.2 and removed them. # Features