Function arceos_posix_api::sys_stat

source ·
pub unsafe fn sys_stat(path: *const c_char, buf: *mut stat) -> c_int
Available on crate feature fs only.
Expand description

Get the file metadata by path and write into buf.

Return 0 if success.