firestring_fprintf
firestring_fprintf
Section: C Library Functions (3) Updated: 2003-05-15 Local index
Up
NAME
firestring_fprintf -
fprintf(3)
with extended firestring types
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 <ian@penguinhosting.net>
SEE ALSO
libfirestring(3)
Index
- NAME
-
- SYNOPSIS
-
- DESCRIPTION
-
- RETURN VALUE
-
- AUTHOR
-
- SEE ALSO
-
This document was created by
man2html,
using the manual pages.
Time: 21:46:12 GMT, April 16, 2011