2004-12-14 Joerg Wunsch * include/stdlib.h: Cosmetical doc change (for atof()). Index: include/stdlib.h =================================================================== RCS file: /cvsroot/avr-libc/avr-libc/include/stdlib.h,v retrieving revision 1.21 retrieving revision 1.22 diff -u -u -r1.21 -r1.22 --- include/stdlib.h 29 Oct 2004 21:59:07 -0000 1.21 +++ include/stdlib.h 14 Dec 2004 22:56:51 -0000 1.22 @@ -388,7 +388,7 @@ It is equivalent to calling - strtod(nptr, (char **)NULL); + \code strtod(nptr, (char **)NULL); \endcode */ extern double atof(const char *__nptr);