sane_case 793 git-compat-util.h #define tolower(x) sane_case((unsigned char)(x), 0x20) sane_case 794 git-compat-util.h #define toupper(x) sane_case((unsigned char)(x), 0)