putc
¶POSIX specification:
https://pubs.opengroup.org/onlinepubs/9799919799/functions/putc.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.