devela::_dep::rustix::processFunction getcwd
pub fn getcwd<B>(reuse: B) -> Result<CString, Errno> ⓘ
Available on crate feature dep_rustix
only.
Expand description
getcwd
—Return the current working directory.
If reuse
already has available capacity, reuse it if possible.
§References