Skip to main content
This is unreleased documentation for the main (development) branch of crypto-glue.

setenv

Function setenv 

Source
pub unsafe extern "C" fn setenv(
    name: *const c_char,
    val: *const c_char,
    overwrite: c_int,
) -> c_int