tolower
#define tolower(c) ((int)(*__ctype_tolower_loc())[(int)(c)])
tolower (
tolower(int c)
#undef tolower
void tolower() {}