getenv

Function 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.