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.
Las funciones trio_isfinite, trio_signbit, y trio_fpclassify se han añadido. Formato de números de punto flotante más allá de su exactitud se ha solucionado. No hay compatibilidad K & R, autoconf es utilizado para crear el Makefile, y hay muchas correcciones de errores.
Tags:
Minor feature enhancements
The functions trio_isfinite, trio_signbit, and trio_fpclassify have been added. Formatting of floating-point numbers beyond their accuracy has been fixed. There is K&R compatibility, autoconf is used to create the Makefile, and there are many bugfixes.