![]() |
toextlower | Function (Macro) |
ctype.h |
short toextlower (short c); |
Translates characters to lowercase, including foreign ones.
toextlower works like tolower, but it also converts foreign uppercase characters (see isfrgnupper). toextupper is an inline function which is implemented using GNU C smart macros, which expands to a medium-sized code.