Function libc::execlp [] [src]

pub unsafe extern "C" fn execlp(
    file: *const c_char,
    arg0: *const c_char,
     ...
) -> c_int
🔬 This is a nightly-only experimental API. (libc)

use libc from crates.io