Function syschdir

Source
#[no_mangle]
pub extern "C" fn syschdir(
    buf_ptr: StrPtr,
    buf_len: usize,
) -> SyscallResult
Expand description

Changes the current working directory to the path buf with length buf_len (expects given buffer to be utf-8)