X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=mware%2Fstrtol10.c;h=67ac010d11267519d2df4730b45657aae104ce8a;hb=b9de9134c0c9fe25fa2e1face168c1ce58315265;hp=137772232e57d12c9b4646de1c016e3776913175;hpb=ab425430a31e363120a8847bfed6f23811adeeee;p=bertos.git diff --git a/mware/strtol10.c b/mware/strtol10.c index 13777223..67ac010d 100755 --- a/mware/strtol10.c +++ b/mware/strtol10.c @@ -13,6 +13,9 @@ /*#* *#* $Log$ + *#* 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. *#* @@ -29,7 +32,7 @@ * * \param first Pointer to first byte of input range (STL-style). * \param last Pointer to end of input range (STL-style). - * Pass NULL to parse up to the first \0. + * Pass NULL to parse up to the first \\0. * \param val Pointer to converted value. * * \return true for success, false for failure.