devela::_dep::rustix::stdio

Function raw_stderr

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

STDERR_FILENO—Standard error, raw.

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

§Other hazards

This has the same hazards as stderr.

§References