firestring_printf

Langue: en

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

Section: 3 (Bibliothèques de fonctions)

NAME

firestring_printf - printf(3) with extended firestring types

SYNOPSIS

#include <firestring.h>
-lfirestring

long firestring_printf(const char * const format, ...)

DESCRIPTION

firestring_printf() behaves exactly like firestring_snprintf(3) except that it writes to the STDIO stream stdout.

RETURN VALUE

Returns the number of bytes written.

AUTHOR

Ian Gulliver <ian@penguinhosting.net>

SEE ALSO

libfirestring(3)