Function arceos_posix_api::sys_unlink
source · pub fn sys_unlink(pathname: *const c_char) -> c_intAvailable on crate feature
fs only.Expand description
Removes a file from the filesystem.
pub fn sys_unlink(pathname: *const c_char) -> c_intfs only.Removes a file from the filesystem.