pub unsafe extern "C" fn putenv(__string: *mut c_char) -> c_intExpand description
The SVID says this is in <stdio.h>, but this seems a better place. / / Put STRING, which is of the form “NAME=VALUE”, in the environment. If there is no `=’, remove NAME from the environment.