Télécharger la liste

Description du projet

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.

Système requise

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

Ajouté intégration autoconf, fixe 'output m.nf%' (anciennement trio ne traitait pas la largeur correctement dans tous les cas), a ajouté promotion explicite de la famille scanfv, fixés de manière plus C + + avertissements de compilation.
Tags: Minor bugfixes
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.

2001-02-26 13:06
1.1

Cette version inclut la promotion explicite de la famille printfv (un flotteur doit être précisé par hf%, un correctif pour positionals dans printfv, un correctif pour un entier en pointeur problème de conversion sur le compilateur C SGI MIPS, des correctifs pour ANSI C + + avertissements (coulée de type , et espace de nom est un mot-clé réservé), un correctif pour StrSubstingMax, et l'ajout de \ n pour tous les exemples dans la documentation pour éviter toute confusion.
Tags: Minor bugfixes
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.

2001-01-30 15:14
1.0

Le présent communiqué comprend des correctifs pour soutenir C99, l'amélioration des NaN soutien, et plus de documentation.
This release includes fixes to C99 support, improved NaN support, and more documentation.

2001-01-30 15:14
0.24

Cette version inclut une spécification définie par l'utilisateur avec la fonction de rappel. Il comprend également printfv, une implémentation tableau d'arguments.
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 inclut une bien meilleure scanf (), davantage de documentaires, et quelques corrections de bugs.
trio 0.23 includes a much better scanf(), more docs, and a few bugfixes.

Project Resources