Fprintf(3) with extended firestring types
#include <firestring.h>
-lfirestring
long firestring_fprintf(FILE * stream, const char * const format, ...)
firestring_fprintf() behaves exactly like firestring_snprintf(3) except that it writes to the STDIO stream specified by stream.
Returns the number of bytes written.
Ian Gulliver <[email protected]>