Skip to main content

toupper_l

Function toupper_l 

Source
#[unsafe(no_mangle)]
pub extern "C" fn toupper_l(c: c_int, _loc: locale_t) -> c_int
Expand description

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

Returns the corresponding uppercase character for c according to the locale specified by loc, otherwise returns the input unchanged.

The list of character classes defined by POSIX is specified here: https://pubs.opengroup.org/onlinepubs/9799919799/basedefs/V1_chap07.html