pub unsafe extern "C" fn nstd_env_vars(
size: *mut usize,
) -> *mut c_charExpand description
Returns an array of strings that contain the environment variables.
Parameters:
NSTDUSize *size - Number of variables.
Returns: char *vars - The environment variables keys.