fputc
POSIX specification:
http://www.opengroup.org/onlinepubs/9699919799/functions/fputc.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 9.
Portability problems fixed by Gnulib module stdio, together with module sigpipe:
SIGPIPE handler, on some platforms:
mingw, MSVC 9.
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 9.