/** * \file * * * \brief Poor man's hex arrays (implementation). * * * \author Bernie Innocenti */ #ifndef MWARE_HEX_H #define MWARE_HEX_H extern const char hex_tab[16]; extern const char HEX_tab[16]; #endif /* MWARE_HEX_H */