]> git.ipfire.org Git - thirdparty/ipxe.git/commit
[base16] Generalise base16_decode() to hex_decode()
authorMichael Brown <mcb30@ipxe.org>
Fri, 12 Jul 2013 12:44:20 +0000 (14:44 +0200)
committerMichael Brown <mcb30@ipxe.org>
Fri, 12 Jul 2013 13:14:36 +0000 (15:14 +0200)
commit076f58c4bf9fa1ae0faa65a731523cb531705974
treeabe42a7625ab2fc15a572e4e6959310a2b0c9ce3
parent362a628e52ac2b8f3ace6c8920ab0942277480f4
[base16] Generalise base16_decode() to hex_decode()

Provide a generic hex_decode() routine which can be shared between the
Base16 code and the "hex" and "hexhyp" settings parsers.

Signed-off-by: Michael Brown <mcb30@ipxe.org>
src/core/base16.c
src/core/misc.c
src/include/ipxe/base16.h
src/include/stdlib.h