pub fn reopen(
filename: Option<&CStr>,
mode: &CStr,
stream: OwnedCStream,
) -> Option<OwnedCStream>Expand description
Wrapper around libc::freopen.
pub fn reopen(
filename: Option<&CStr>,
mode: &CStr,
stream: OwnedCStream,
) -> Option<OwnedCStream>Wrapper around libc::freopen.