firestring_vfprintf

Langue: en

Version: 2003-05-15 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

NAME

firestring_vfprintf - vfprintf(3) with extended firestring types

SYNOPSIS

#include <firestring.h>
-lfirestring

long firestring_vfprintf(FILE * stream, const char * const format, va_list ap)

DESCRIPTION

firestring_vfprintf() behaves exactly like firestring_snprintf(3) except that it writes to the STDIO stream specified by stream and accepts a stdarg object instead of a list of arguments.

RETURN VALUE

Returns the number of bytes written.

AUTHOR

Ian Gulliver <ian@penguinhosting.net>

SEE ALSO

libfirestring(3)