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

tee

Function tee 

Source
pub unsafe extern "C" fn tee(
    fd_in: c_int,
    fd_out: c_int,
    len: size_t,
    flags: c_uint,
) -> ssize_t