isfrgnlower Function (Macro)

ctype.h

short isfrgnlower (short c);

Checks whether a character is a foreign lowercase.

isfrgnlower returns nonzero if c is a non-Greek foreign lowercase letter (0xE0 to 0xFE except 0xF7), otherwise it returns zero. It is a relatively small inline function which is implemented using GNU C smart macros.