fwrite ¶POSIX specification:
https://pubs.opengroup.org/onlinepubs/9799919799/functions/fwrite.html
Gnulib module: stdio-h, nonblocking, sigpipe
Portability problems fixed by Gnulib module stdio-h, together with module nonblocking:
errno being set to ENOSPC instead of EAGAIN on some
platforms:
mingw, MSVC 14.
Portability problems fixed by Gnulib module stdio-h, together with module sigpipe:
SIGPIPE handler, on some platforms:
mingw, MSVC 14.
Portability problems not fixed by Gnulib:
errno
upon failure.
errno or the
stream error indicator on attempts to write to a read-only stream:
Cygwin 1.7.9.
MSVC_INVALID_PARAMETER_HANDLING is
HAIRY_LIBRARY_HANDLING or SANE_LIBRARY_HANDLING,
on some platforms:
MSVC 14.