Poor man's factored hex table.
[bertos.git] / mware / hex.h
1 /*!
2  * \file
3  * <!--
4  * Copyright 2005 Develer S.r.l. (http://www.develer.com/)
5  * This file is part of DevLib - See README.devlib for information.
6  * -->
7  *
8  * \brief Poor man's hex arrays (implementation).
9  */
10
11 #ifndef MWARE_HEX_H
12 #define MWARE_HEX_H
13
14 extern const char hex_tab[16];
15 extern const char HEX_tab[16];
16
17 #endif /* MWARE_HEX_H */