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