Tiny, fast, non-dependent and fully loaded printf implementation for embedded systems. Extensive test suite passing.
Stars
3.0k
Forks
551
Watchers
3.0k
Open Issues
66
Overall repository health assessment
No package.json found
This might not be a Node.js project
Fixed the comment about the return value for snprintf and vsnprintf (issue #45)
21eea6cView on GitHubtest(test_suite): added support for PRINTF_DISABLE_SUPPORT_EXPONENTIAL
0dd4b64View on GitHubchore(readme): added the Hatchling platform as using project
b20ddfbView on GitHubImplemented custom log10/pow in _etoa to eliminate dependency on <math.h> for %E format
496e5aaView on GitHubAdded special-case handling to %E, added +inf and -inf handling, test cases
56d9df0View on GitHub