pub unsafe extern "C" fn vfs_stat(
path: *const c_char,
buf: *mut stat,
) -> c_int
Expand description
@brief Get file status
@param[in] path path to file being queried @param[out] buf pointer to stat struct to fill
@return 0 on success @return <0 on error