Skip to main content

wctype

Function wctype 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn wctype(name: *const c_char) -> wctype_t
Expand description

See https://pubs.opengroup.org/onlinepubs/9799919799/functions/wctype.html.

ยงSafety

The caller must ensure that name is convertible to a slice reference, up to and including a terminating nul.