Skip to main content

execl

Function execl 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn execl( path: *const c_char, arg0: *const c_char, ... ) -> c_int
Expand description