Next: fwscanf
, Previous: fwprintf
, Up: ISO C and POSIX Function Substitutes [Contents][Index]
fwrite
POSIX specification:
https://pubs.opengroup.org/onlinepubs/9699919799/functions/fwrite.html
Gnulib module: stdio, nonblocking, sigpipe
Portability problems fixed by Gnulib module stdio
, 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
, 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.