handy.h: Add two macros
authorKarl Williamson <public@khwilliamson.com>
Wed, 1 Jan 2014 05:35:46 +0000 (22:35 -0700)
committerKarl Williamson <public@khwilliamson.com>
Wed, 1 Jan 2014 20:49:24 +0000 (13:49 -0700)
commitcb27eebd32af3dfebf46f5eb3778fe29175004b5
tree9de60225f2a86966728762b65dd4c82f8c5dbcec
parent902008b8891cbab762cbca65291391e811857949
handy.h: Add two macros

handy.h contains a macro that reads a hex digit and returns its value,
with fewer branches than a naive implementation would use.  This commit
just copies and modifies it to create two macros for
    1) just converting the hex value, without advancing the input; and
    2) doing the same for an octal value.
handy.h