Function getcwd

Source
#[no_mangle]
pub unsafe extern "C" fn getcwd(
    buf: *mut c_char,
    size: usize,
) -> *mut c_char
Expand description

Get the path of the current directory.