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

popen

Function popen 

Source
pub unsafe extern "C" fn popen(
    command: *const c_char,
    mode: *const c_char,
) -> *mut FILE