devela::_dep::rustix::stdio

Function raw_stdin

pub const fn raw_stdin() -> i32 
Available on crate feature dep_rustix only.
Expand description

STDIN_FILENO—Standard input, raw.

This is similar to stdin, however it returns a RawFd.

§Other hazards

This has the same hazards as stdin.

§References