fprintf formats and prints a series of characters and values into a file.
Return Value
rsNChars
Parameters
fh is a file handle created by calling the fopen function.
ssFormat is a scalar string with embedded format specifications that determine the output format for the arguments. See printf for a complete description of format specification.
See also
id-343535