Function nstd_env::nstd_std_env_set_current_dir[][src]

#[no_mangle]
pub unsafe extern "C" fn nstd_std_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.