Function libnotcurses_sys::c_api::ffi::getenv

source ·
pub unsafe extern "C" fn getenv(__name: *const c_char) -> *mut c_char
Expand description

Return the value of envariable NAME, or NULL if it doesn’t exist.