...
The return value of a call to fprintf()
or one of its variants (vfprintf()
, wfprintf()
, vwfprintf()
) or one of the file output functions fputc()
, fputwc()
, fputs()
, fputws()
may may be ignored if the output is being directed to stdout
or stderr
. Otherwise, the return value must be checked.
...