You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,13 +22,13 @@ There is a boatload of so called 'tiny' printf implementations around. So why th
22
22
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.
23
23
Therefore I decided to write an own, final implementation which meets the following items:
24
24
25
-
- Very small implementation (around 500 code lines)
25
+
- Very small implementation (around 600 code lines)
26
26
- NO dependencies, no libs, just one module file
27
27
- Support of all important flags, width and precision sub-specifiers (see below)
28
28
- Support of decimal/floating number representation (with an own fast itoa/ftoa)
29
29
- Reentrant and thread-safe, malloc free, no static vars/buffers
0 commit comments