basic: define HEXDIGITS
authorDaniel Kahn Gillmor <dkg@fifthhorseman.net>
Tue, 17 May 2016 13:44:32 +0000 (09:44 -0400)
committerDaniel Kahn Gillmor <dkg@fifthhorseman.net>
Tue, 17 May 2016 20:55:20 +0000 (16:55 -0400)
commit1a7906ae914fd233305fff0acf4b9138ff944209
treeab444822e5a80abe8cbd6966ea6238acee4a4e20
parent87c7c9d75e8f5f671824deb0dcc4d05f4b4ab11b
basic: define HEXDIGITS

define HEXDIGITS alongside DIGITS, and use it where it's already useful.  We'll
use it again shortly when parsing MAC addresses.
src/basic/string-util.h
src/test/test-fileio.c