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

freopen

Function freopen 

Source
pub unsafe extern "C" fn freopen(
    filename: *const c_char,
    mode: *const c_char,
    file: *mut FILE,
) -> *mut FILE