Skip to main content

forkpty

Function forkpty 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn forkpty( pm: *mut c_int, name: *mut c_char, tio: *const termios, ws: *const winsize, ) -> c_int
Expand description