An implementation of the standard vprintf() function which supports positional parameters, as specified in the Single Unix Specification.
glib/gprintf.h must be explicitly included in order to use this function.
a standard printf() format string, but notice [string precision pitfalls][string-precision]
the list of arguments to insert in the output.
the number of bytes printed.
2.2
See Implementation
An implementation of the standard vprintf() function which supports positional parameters, as specified in the Single Unix Specification.
glib/gprintf.h must be explicitly included in order to use this function.