Man Linux: Main Page and Category List

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)

                                  2003-05-15              firestring_printf(3)