Skip to content

Commit c235b5c

Browse files
committed
chore(readme): update readme
1 parent 21a282a commit c235b5c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@ There is a boatload of so called 'tiny' printf implementations around. So why th
2222
I've tested many implementations, but most of them have very limited flag/specifier support, a lot of other dependencies or are just not standard compliant and failing most of the test suite.
2323
Therefore I decided to write an own, final implementation which meets the following items:
2424

25-
- Very small implementation (around 500 code lines)
25+
- Very small implementation (around 600 code lines)
2626
- NO dependencies, no libs, just one module file
2727
- Support of all important flags, width and precision sub-specifiers (see below)
2828
- Support of decimal/floating number representation (with an own fast itoa/ftoa)
2929
- Reentrant and thread-safe, malloc free, no static vars/buffers
3030
- LINT and compiler L4 warning free, mature, coverity clean, automotive ready
31-
- Extensive test suite (> 330 test cases) passing
31+
- Extensive test suite (> 340 test cases) passing
3232
- Simply the best *printf* around the net
3333
- MIT license
3434

0 commit comments

Comments
 (0)