Function libc::execlpe

source ยท
pub unsafe extern "C" fn execlpe(
    path: *const c_char,
    arg0: *const c_char,
    ...
) -> intptr_t