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

execvp

Function execvp 

Source
pub unsafe extern "C" fn execvp(
    c: *const c_char,
    argv: *const *const c_char,
) -> c_int