Function nstd_env::nstd_std_env_free_args[][src]

#[no_mangle]
pub unsafe extern "C" fn nstd_std_env_free_args(
    args: &mut NSTDVec
) -> c_int
Expand description

Frees memory allocated by nstd_std_env_args. Parameters: NSTDVec *const args - Returned from nstd_std_env_args. Returns: int errc - Nonzero on error.