printf3(3) with extended firestring types

Other Alias

firestring_printf

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]>