Source to format strings like printf() 
Author Message
 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



Sat, 05 Oct 1996 20:57:53 GMT  
 
 [ 1 post ] 

 Relevant Pages 

1. Format string as a parameter to printf()?

2. printf format string: how bad style is this?

3. printf -*s format string

4. Examples of format strings for scanf/printf ?

5. printf and formatting numeric strings

6. placing output of printf in memory: formatting strings

7. printf and variable length string format (asterisk)

8. Printf format strings

9. printf() format-string parser wanted!

10. printf Format string

11. STL strings & printf-type formatting

12. replacing printf with my printf, then calling C lib's printf

 

 
Powered by phpBB® Forum Software