aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorMarco Paland <marco@paland.com>2018-12-05 17:48:36 +0100
committerMarco Paland <marco@paland.com>2018-12-05 17:48:36 +0100
commitd46b3d2b253776a332f0f0a115a5a71a2f34e923 (patch)
tree30b025ae38b00b24d371060578d37a3f11fb29ef /README.md
parent4b60eb6973b384bf12223a923d24865ddbe97778 (diff)
downloadprintf-d46b3d2b253776a332f0f0a115a5a71a2f34e923.tar.gz
printf-d46b3d2b253776a332f0f0a115a5a71a2f34e923.tar.bz2
printf-d46b3d2b253776a332f0f0a115a5a71a2f34e923.zip
chore(printf): cleanup secure strlen() function, added test cases
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 945d66b..33031e9 100644
--- a/README.md
+++ b/README.md
@@ -28,7 +28,7 @@ Therefore I decided to write an own, final implementation which meets the follow
- Support of decimal/floating number representation (with an own fast itoa/ftoa)
- Reentrant and thread-safe, malloc free, no static vars/buffers
- LINT and compiler L4 warning free, mature, coverity clean, automotive ready
- - Extensive test suite (> 340 test cases) passing
+ - Extensive test suite (> 350 test cases) passing
- Simply the best *printf* around the net
- MIT license