X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=mware%2Fsprintf_test.c;h=1bcedfd35175f289618f6494422d83f27d0019b4;hb=3fc75747c81395f9027b6b27cd03037e2a8eec08;hp=f98970bfb00fb1f82c1e566848544f2ddfa36624;hpb=77c1d6ba65a199f60faa0e0a68e63ef0eb87677c;p=bertos.git diff --git a/mware/sprintf_test.c b/mware/sprintf_test.c index f98970bf..1bcedfd3 100644 --- a/mware/sprintf_test.c +++ b/mware/sprintf_test.c @@ -27,7 +27,7 @@ * the GNU General Public License. * * Copyright 2004, 2005 Develer S.r.l. (http://www.develer.com/) - * This file is part of DevLib - See README.devlib for information. + * * --> * * \brief sprintf() implementation based on _formatted_write() @@ -36,19 +36,6 @@ * \author Bernardo Innocenti */ -/*#* - *#* $Log$ - *#* Revision 1.6 2006/07/19 12:56:28 bernie - *#* Convert to new Doxygen style. - *#* - *#* Revision 1.5 2005/11/04 17:47:26 bernie - *#* Fix one warning. - *#* - *#* Revision 1.4 2005/11/04 17:43:27 bernie - *#* Fix for LP64 architectures; Add some more tests. - *#* - *#*/ - #include "sprintf.c" #include "formatwr.c" #include "hex.c"