|
NAMEfirestring_fprintf - fprintf(3) with extended firestring typesSYNOPSIS#include <firestring.h>-lfirestring long firestring_fprintf(FILE * stream, const char * const format, ...) DESCRIPTIONfirestring_fprintf() behaves exactly like firestring_snprintf(3) except that it writes to the STDIO stream specified by stream.RETURN VALUEReturns the number of bytes written.AUTHORIan Gulliver <ian@penguinhosting.net>SEE ALSOlibfirestring(3)
Visit the GSP FreeBSD Man Page Interface. |