fprintf3(3) with extended firestring types

Other Alias

firestring_fprintf

SYNOPSIS

#include <firestring.h>
-lfirestring

long firestring_fprintf(FILE * stream, const char * const format, ...)

DESCRIPTION

firestring_fprintf() behaves exactly like firestring_snprintf(3) except that it writes to the STDIO stream specified by stream.

RETURN VALUE

Returns the number of bytes written.

AUTHOR

Ian Gulliver <[email protected]>