Function arceos_posix_api::sys_getcwd
source · pub fn sys_getcwd(buf: *mut c_char, size: usize) -> *mut c_charAvailable on crate feature
fs only.Expand description
Get the path of the current directory.
pub fn sys_getcwd(buf: *mut c_char, size: usize) -> *mut c_charfs only.Get the path of the current directory.