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

execl

Function execl 

Source
pub unsafe extern "C" fn execl(
    path: *const c_char,
    arg0: *const c_char,
    ...
) -> c_int