isprint           760 git-compat-util.h #undef isprint
isprint           784 git-compat-util.h #define isprint(x) ((x) >= 0x20 && (x) <= 0x7e)