1
0
Fork 0

Updated readme

development
Marco Paland 8 years ago
parent c25e65ff3e
commit 922e66d85f

@ -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

Loading…
Cancel
Save