islower
#define islower(c) __isctype((c), _ISlower)
#define islower(c) (AcpiGbl_Ctypes[(unsigned char)(c)] & (_ACPI_LO))
islower(int c)
#undef islower
void islower() {}
void islower() {}