Skip to main content

stat

Function stat 

Source
pub unsafe extern "C" fn stat(path: *const i8, buf: *mut stat) -> i32
Expand description

Re-export of [libc::stat] so crate::stat resolves uniformly across platforms — Windows has its own layout declared below.