- From: Ralf Junker <ralfjunker@gmx.de>
- Date: Tue, 26 Jan 2016 10:38:42 +0100
- Cc: html-tidy@w3.org
On 26.01.2016 02:11, Jim Derry wrote: > I’ve not managed to find a free C library the implements printf > without too many dependencies on the rest of a runtime library. "Trio is a fully matured and stable set of printf and string functions designed be used by applications with focus on portability or with the need for additional features that are not supported by standard stdio implementation." http://daniel.haxx.se/projects/trio/ According to its man page, Trio supports positional modifiers: http://daniel.haxx.se/projects/trio/trio_printf.shtml Sources: http://sourceforge.net/p/ctrio/git/ci/master/tree/ Ralf
Received on Tuesday, 26 January 2016 10:17:39 UTC