
Source to format strings like printf()
I'm looking for a fully ANSI complaint source code that formats a string like
printf/sprintf/fprintf/etc... . All these functions invoke a function that
exists in C++ under of the name of form(), but is not part of the ANSI C
library. Anybody knows where I could find a clean ANSI C source that relies
only in ANSI C library function?
Thanks in adavance,
Manuel Lemos