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