X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=mware%2Fstrtol10.c;h=6521a6a5a560978164d3dbb13ec988497dcb50f4;hb=4654a69f5df97af36ee5456d20cbccdc19012dc2;hp=08e0db46fbeead18b3e297b6a17166e29aff6163;hpb=77c1d6ba65a199f60faa0e0a68e63ef0eb87677c;p=bertos.git diff --git a/mware/strtol10.c b/mware/strtol10.c index 08e0db46..6521a6a5 100644 --- a/mware/strtol10.c +++ b/mware/strtol10.c @@ -27,7 +27,7 @@ * the GNU General Public License. * * Copyright 2005 Develer S.r.l. (http://www.develer.com/) - * This file is part of DevLib - See README.devlib for information. + * * --> * * \brief Poor man's hex arrays (implementation). @@ -36,19 +36,6 @@ * \author Bernardo Innocenti */ -/*#* - *#* $Log$ - *#* Revision 1.3 2006/07/19 12:56:28 bernie - *#* Convert to new Doxygen style. - *#* - *#* Revision 1.2 2005/04/11 18:10:45 bernie - *#* Doxygen fixes. - *#* - *#* Revision 1.1 2005/03/15 00:06:30 bernie - *#* Simpler, smaller, faster. - *#* - *#*/ - #include "strtol10.h" /**