open

Function open 

Source
pub fn open(filename: &CStr, mode: &CStr) -> Option<OwnedCStream>
Expand description

Wrapper around libc::fopen.