Function fopencookie_sys::fopencookie

source ยท
pub unsafe extern "C" fn fopencookie(
    __magic_cookie: *mut c_void,
    __modes: *const c_char,
    __io_funcs: cookie_io_functions_t
) -> *mut FILE
Expand description

Create a new stream that refers to the given magic cookie, and uses the given functions for input and output.