Next: stdin
, Previous: stdc_trailing_zeros
, Up: ISO C and POSIX Function Substitutes [Contents][Index]
stderr
POSIX specification:
https://pubs.opengroup.org/onlinepubs/9699919799/functions/stderr.html
Gnulib module: —
Portability problems fixed by Gnulib:
Portability problems not fixed by Gnulib:
ftello
module and do
ftello(stderr).
stderr
can affect an unrelated file that happened to be assigned to fd 2.
The gnulib *-safer modules may be used to guarantee that fd 2 stays
reserved for stderr
.