Function libc::execv [] [src]

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

use libc from crates.io