util.[ch]: Factor out hex encoding and decoding utilities.
authorMark Wooding <mdw@distorted.org.uk>
Wed, 26 Apr 2017 10:53:05 +0000 (11:53 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Sat, 21 Sep 2019 13:45:20 +0000 (14:45 +0100)
commit7be31e47b2a86fa63237b2027a13bbaebc620ed7
treede5e2981cb81fec8b6d74c0f158d7d4f9d14d58b
parent3799e4b71ac5eb6def27870f6432b5bbf90bea7d
util.[ch]: Factor out hex encoding and decoding utilities.

Also improve the decoder's error handling.  The interface is a bit odd,
but it will fit with the uses I have in mind.

Signed-off-by: Mark Wooding <mdw@distorted.org.uk>
util.c
util.h