Re: WINDOWS users of Tidy: roadmap feedback requested
Ralf Junker <[email protected]> Tue, 26 Jan 2016 10:38:42 +0100
| Newsgroups | gmane.comp.web.html-tidy.user |
|---|---|
| Message-ID | <[email protected]> |
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