rustmax::libc

Function fopen

Source
pub unsafe extern "C" fn fopen(
    filename: *const i8,
    mode: *const i8,
) -> *mut FILE