nstd_env_set_current_dir

Function nstd_env_set_current_dir 

Source
pub unsafe extern "C" fn nstd_env_set_current_dir(
    path: *const c_char,
) -> c_int
Expand description

Sets the current working directory. Parameters: const char *const path - The new working directory. Returns: int errc - Nonzero on error.