summaryrefslogtreecommitdiff
path: root/doc/posix-functions/putc.texi
blob: ad8461f13d082bfadae4c37791c9eb56d23b03f8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
@node putc
@section @code{putc}
@findex putc

POSIX specification: @url{http://www.opengroup.org/susv3xsh/putc.html}

Gnulib module: ---

Portability problems fixed by Gnulib:
@itemize
@end itemize

Portability problems not fixed by Gnulib:
@itemize
@item
On Windows platforms (excluding Cygwin), this function does not set @code{errno}
upon failure.
@end itemize