February 2013
Intermediate to advanced
538 pages
20h 55m
English
vfprintf
int vfprintf(resourcestream, stringformat, arrayvalues)
Writes a string created by filling
format with the arguments given in the
array values to the stream
stream and returns the length of the string
sent. See printf() for more
information on using this function.
Read now
Unlock full access