Tiny, fast, non-dependent and fully loaded printf implementation for embedded systems. Extensive test suite passing.
-
Updated
Apr 3, 2023 - C
Tiny, fast, non-dependent and fully loaded printf implementation for embedded systems. Extensive test suite passing.
Tiny, fast(ish), self-contained, fully loaded printf, sprinf etc. implementation; particularly useful in embedded systems.
🪶 A simple string.h implementation and sprintf & sscanf working with all flags & specifiers. (School 42)
Minimal quick & dirty libc, mainly meant for use in my WebAssembly modules
callback_printf allows the implementation of portable sprintf, snprintf, vsprintf and vsnprintf like output functions. The code includes wrappers for those functions. It supports all formats of the C 11 standard. wchar_t arguments and strings are printed as UTF-8. It's pretty fast, threadsafe and has no dependencies to other libraries.
A replacement for sprintf(%s) with small code footprint better suited for the needs of i18n'ed text
Add a description, image, and links to the sprintf topic page so that developers can more easily learn about it.
To associate your repository with the sprintf topic, visit your repo's landing page and select "manage topics."