__ctype_tolower_loc
extern const int *const *const __ctype_tolower_loc();
#define tolower(c) ((int)(*__ctype_tolower_loc())[(int)(c)])
return (*__ctype_tolower_loc())[c];