K 10
svn:author
V 6
iulius
K 8
svn:date
V 27
2010-03-21T16:49:30.199680Z
K 7
svn:log
V 403
Assume STDC_HEADERS is always true nowadays.

CTYPE is no longer useful; yet, as Russ Allbery hints at, we keep the
cast because it remains the case that passing signed characters into is*()
functions can cause problems on some platforms.  Some implementations do
straight table lookups and, if given what they think is a negative number,
will happily dereference memory off the beginning of the table.

END
