e010ae2590c249845563001d31f4bcbb6b236f5a
[gnulib.git] / doc / posix-functions / putchar.texi
1 @node putchar
2 @section @code{putchar}
3 @findex putchar
4
5 POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/putchar.html}
6
7 Gnulib module: stdio, sigpipe
8
9 Portability problems fixed by Gnulib:
10 @itemize
11 @item
12 When writing to a pipe with no readers, this function fails, instead of
13 obeying the current @code{SIGPIPE} handler, on some platforms:
14 mingw.
15 @end itemize
16
17 Portability problems not fixed by Gnulib:
18 @itemize
19 @item
20 On Windows platforms (excluding Cygwin), this function does not set @code{errno}
21 upon failure.
22 @end itemize