toupper
#define toupper(c) ((int)(*__ctype_toupper_loc())[(int)(c)])
toupper (
toupper(int c)
#undef toupper
void toupper() {}