devela::_dep::rustix::stdio

Function raw_stdout

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

STDOUT_FILENO—Standard output, raw.

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

§Other hazards

This has the same hazards as stdout.

§References