Skip to main content
This is unreleased documentation for the main (development) branch of crypto-glue.

execv

Function execv 

Source
pub unsafe extern "C" fn execv(
    prog: *const c_char,
    argv: *const *const c_char,
) -> c_int