4 * Copyright 2005 Develer S.r.l. (http://www.develer.com/)
5 * This file is part of DevLib - See README.devlib for information.
8 * \brief Poor man's hex arrays (implementation).
12 * \author Bernardo Innocenti <bernie@develer.com>
18 extern const char hex_tab[16];
19 extern const char HEX_tab[16];
21 #endif /* MWARE_HEX_H */