handy.h: Add a cBOOL()
authorKarl Williamson <public@khwilliamson.com>
Thu, 30 Jan 2014 03:24:22 +0000 (20:24 -0700)
committerKarl Williamson <public@khwilliamson.com>
Fri, 31 Jan 2014 06:31:06 +0000 (23:31 -0700)
commit3cedda6974888c339778c7b93798662789ce132f
tree05dbee593a64ac5f12a76b1cdf261e9e001976bc
parentea36a843361c334fbacef31fb67d12d3a993d009
handy.h: Add a cBOOL()

isascii() is used as a fallback for isASCII().  This would be on an
unusual platform or under unusual circumstances.  isascii() may return
values besides 0 and 1 which can cause things that are expecting a bool
to fail.
handy.h