There are 1 repository under snprintf topic.
The smallest public printf implementation for its feature set.
rt_vsnprintf完整功能版本 | Fully functional version of rt_vsnprintf
Support for working with float in STM32 in conjunction with FreeRTOS
:mortar_board: BMSTU programming in C courses (2016)
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.
Implementation of libc printf() and variations. [education project]