toextupper Function (Macro)

ctype.h

short toextupper (short c);

Translates characters to uppercase, including foreign ones.

toextupper works like toupper, but it also converts foreign lowercase characters (see isfrgnlower). toextupper is an inline function which is implemented using GNU C smart macros, which expands to a medium-sized code.