Skip to main content

wcstok

Function wcstok 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn wcstok( wcs: *mut wchar_t, delim: *const wchar_t, state: *mut *mut wchar_t, ) -> *mut wchar_t
Expand description