Re: WINDOWS users of Tidy: roadmap feedback requested

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