There are 1 repository under sprintf topic.
Tiny, fast, non-dependent and fully loaded printf implementation for embedded systems. Extensive test suite passing.
sprintf.js is a complete open source JavaScript sprintf implementation
Tiny, fast(ish), self-contained, fully loaded printf, sprinf etc. implementation; particularly useful in embedded systems.
It is an alternative implementation of the printf family suitable for embedded systems.
🪶 A simple string.h implementation and sprintf & sscanf working with all flags & specifiers. (School 42)
A wrapper library for PHP to format and internationalize values in messages like sprintf
Minimal quick & dirty libc, mainly meant for use in my WebAssembly modules
tiny (<1 kB) sprintf() for embedded platforms
Implementation of sprintf, printf and fprintf in Forth 2012
🧵🖥 Implementation of the string.h library with additions.
Insert supplied variable values into a format string.
A fast 450b sprintf & vsprintf format specifier focused on strings with no dependencies. ⚡️
Support for working with float in STM32 in conjunction with FreeRTOS
Formatting and printing string utilities
Render format string like sprintf with vue components
Reproduction of the Standard C Library 'printf()' Functions.
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 group project. Implementation of the library string.h in the C programming language. Using the check.h and lcov libraries to write unit tests.
A variant of a simple and fast implementation of the sprintf() PHP-function for JavaScript
This function is like a sprintf of php. You'll need to pass a string with "%s" and array/string of string(s) to replace.
Self-written implementation of different C&C# string functions
A lightweight, Open Source sprintf.js sprintf implementation written in JavaScript
A lightweight, Open Source pyprintf sprintf() implementation written in Python