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 <[email protected]>

RELATED TO firestring_printf…