Function libc::openpty [−][src]
pub unsafe extern "C" fn openpty(
    amaster: *mut c_int, 
    aslave: *mut c_int, 
    name: *mut c_char, 
    termp: *const termios, 
    winp: *const winsize
) -> c_intpub unsafe extern "C" fn openpty(
    amaster: *mut c_int, 
    aslave: *mut c_int, 
    name: *mut c_char, 
    termp: *const termios, 
    winp: *const winsize
) -> c_int