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.
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.
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.
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.