popen

Function popen 

Source
pub unsafe extern "C" fn popen(
    __command: *const c_char,
    __modes: *const c_char,
) -> *mut FILE
Expand description

Create a new stream connected to a pipe running the given command.

This function is a possible cancellation point and therefore not marked with __THROW.