tolower
#define tolower(c) __sbtolower(c)
#undef tolower
tolower(int c)
static __inline int tolower(int c)