top | item 20384605

Nanoprintf: A tiny embeddable printf replacement written in C89/C99

2 points| jerryr | 6 years ago |github.com

1 comment

order

jerryr|6 years ago

This is a friend’s project. It’s a public domain, header-only vsnprintf that supports floats. It has zero dependencies, zero libc calls, no allocations, < 100B stack, < 5K on a Cortex-M with optimizations on. It’s meant for small systems where you need a full-featured printf without a huge footprint.