From d46b3d2b253776a332f0f0a115a5a71a2f34e923 Mon Sep 17 00:00:00 2001 From: Marco Paland Date: Wed, 5 Dec 2018 17:48:36 +0100 Subject: chore(printf): cleanup secure strlen() function, added test cases --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') 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 -- cgit v1.2.3