__ctype_toupper_loc
extern const int *const *const __ctype_toupper_loc();
#define toupper(c) ((int)(*__ctype_toupper_loc())[(int)(c)])
return (*__ctype_toupper_loc())[c];