From 922e66d85fef36e8cefcb9207984f067345ced9c Mon Sep 17 00:00:00 2001 From: Marco Paland Date: Tue, 31 Oct 2017 14:37:16 +0100 Subject: Updated readme --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index f2e230f..bd4c73f 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ Therefore I decided to write an own implementation which meets the following ite - Support of dec/float number representation (with an own fast itoa/ftoa) - Reentrant and thread-safe, malloc free - LINT and compiler L4 warning free, coverity clean, automotive ready - - Extensive test suite (> 260 test cases) passing + - Extensive test suite (> 270 test cases) passing - MIT license @@ -121,6 +121,10 @@ The length sub-specifier modifies the length of the data type. For testing just compile, build and run the test suite located in `test/test_suite.cpp`. This uses the [catch](https://github.com/philsquared/Catch) framework for unit-tests, which is auto-adding main(). +## Projects using printf +- [turnkey-board](https://github.com/mpaland/turnkey-board) uses printf as log and generic display formatting/output. + + ## Contributing 1. Create an issue and describe your idea -- cgit v1.2.3