Source of the Rust file `library/std/src/sys/unix/os.rs`. ... pub fn errno() -> i32 { unsafe { libc::errnoGet() } } #[cfg(target_os = "dragonfly")] pub fn ...
確定! 回上一頁