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

fexecve

Function fexecve 

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