_L                161 core/lib_thumb.c int isalpha(int c) { return _ctype(c,(_U|_L)); }
_L                163 core/lib_thumb.c int islower(int c) { return _ctype(c,_L); }