Skip to main content

mbrtowc

Function mbrtowc 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn mbrtowc( pwc: *mut wchar_t, s: *const c_char, n: size_t, ps: *mut mbstate_t, ) -> size_t
Expand description