Give due credit for this astounding creation.
[bertos.git] / mware / hex.c
index 5d797f1b22a259c5efb0a19cb1774e950c66d626..930b0ab89ba95c67dfed2d34fbdef43445c38032 100755 (executable)
@@ -6,7 +6,18 @@
  * -->
  *
  * \brief Poor man's hex arrays (implementation).
+ *
+ * \version $Id$
+ *
+ * \author Bernardo Innocenti <bernie@develer.com>
  */
 
+/*#*
+ *#* $Log$
+ *#* Revision 1.2  2005/03/01 23:32:05  bernie
+ *#* Give due credit for this astounding creation.
+ *#*
+ *#*/
+
 const char hex_tab[16] = { '0','1','2','3','4','5','6','7','8','9','a','b','c','d','e','f' };
 const char HEX_tab[16] = { '0','1','2','3','4','5','6','7','8','9','A','B','C','D','E','F' };