vsprintf

There are 2 repositories under vsprintf topic.

  • joseluisq/sprintfit

    A fast 450b sprintf & vsprintf format specifier focused on strings with no dependencies. ⚡️

    Language:TypeScript430
  • klux21/callback_printf

    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.

    Language:C1100