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

execveat

Function execveat 

Source
pub unsafe extern "C" fn execveat(
    dirfd: c_int,
    pathname: *const c_char,
    argv: *const *mut c_char,
    envp: *const *mut c_char,
    flags: c_int,
) -> c_int