An implementation of the standard vprintf() function which supports positional parameters, as specified in the Single Unix Specification.
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.