Trio is a highly portable set of string functions focused on its *printf() clones. The printf() formatting is compatible with ANSI, BSD, GNU, and most of the C9X specs. The scanf() parts are incomplete.
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.
Added autoconf integration, fixed '%m.nf' output
(previously trio did not treat the width properly
in all cases), added explicit promotion for the
scanfv family, fixed more C++ compilation warnings.
This release includes explicit promotion for the
printfv family (a float must be specified by %hf,
a fix for positionals in printfv, a fix for an
integer to pointer conversion problem on the SGI
MIPS C compiler, fixes for ANSI C++ warnings (type
casting, and namespace is a reserved keyword), a
fix for StrSubstingMax, and the addition of \n to
all examples in the documentation to prevent
confusion.