Download List

專案描述

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.

System Requirements

System requirement is not defined
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.

2001-04-12 14:53
1.2

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.
標籤: Minor bugfixes

2001-02-26 13:06
1.1

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.
標籤: Minor bugfixes

2001-01-30 15:14
1.0

This release includes fixes to C99 support, improved NaN support, and more documentation.

2001-01-30 15:14
0.24

This release includes a user-defined specifier with callback function. It also includes printfv, an argument array implementation.

2001-01-30 15:14
0.23

trio 0.23 includes a much better scanf(), more docs, and a few bugfixes.

Project Resources