Skip to main content

execvp

Function execvp 

Source
pub unsafe extern "C" fn execvp(
    __file: *const u8,
    __argv: *const *mut u8,
) -> i32