From 80b42fef5f070c980584b45de7b4a84322c749a0 Mon Sep 17 00:00:00 2001 From: Marco Paland Date: Sat, 26 Jan 2019 15:57:10 +0100 Subject: fix(printf): fixed support of NaN (hot) fixes #37 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 33736fc..0b39488 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 (> 350 test cases) passing + - Extensive test suite (> 370 test cases) passing - Simply the best *printf* around the net - MIT license -- cgit v1.2.3