/* * Sane locale-independent, ASCII ctype. * * No surprises, and works with signed and unsigned chars. */ #include "git-compat-util.h" enum { … }; const unsigned char sane_ctype[256] = …;
/* * Sane locale-independent, ASCII ctype. * * No surprises, and works with signed and unsigned chars. */ #include "git-compat-util.h" enum { … }; const unsigned char sane_ctype[256] = …;