[][src]Function avr_libc::freopen

pub unsafe extern "C" fn freopen(
    path: *const i8,
    mode: *const i8,
    stream: *mut FILE
) -> *mut FILE