tolower 99 gtags-cscope/global-cscope.h # undef tolower /* BSD toupper and tolower don't test the character */ tolower 101 gtags-cscope/global-cscope.h # define tolower(c) (isupper(c) ? (c) - 'A' + 'a' : (c))