Skip to main content

fgetws

Function fgetws 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn fgetws( ws: *mut wchar_t, n: c_int, stream: *mut FILE, ) -> *mut wchar_t
Expand description