man firestring_printf (Fonctions bibliothèques) - firestring_printf - printf(3) with extended firestring types
NAME
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>