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

execve

Function execve 

Source
pub unsafe extern "C" fn execve(
    prog: *const c_char,
    argv: *const *const c_char,
    envp: *const *const c_char,
) -> c_int