Function execlp

Source
pub unsafe extern "C" fn execlp(
    path: *const i8,
    arg0: *const i8,
    ...
) -> isize