[go: up one dir, main page]

libc

Function popen

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