| delorie.com/archives/browse.cgi | search |
| From: | <ams AT ludd DOT luth DOT se> |
| Message-Id: | <200304201640.h3KGeiSB026891@speedy.ludd.luth.se> |
| Subject: | @var, -, @code? |
| To: | DJGPP-WORKERS <djgpp-workers AT delorie DOT com> |
| Date: | Sun, 20 Apr 2003 18:40:44 +0200 (CEST) |
| X-Mailer: | ELM [version 2.4ME+ PL78 (25)] |
| MIME-Version: | 1.0 |
| X-MailScanner: | Found to be clean |
| Reply-To: | djgpp-workers AT delorie DOT com |
Hello.
In strtof.txh we have:
@example
#include <stdlib.h>
float strtof(const char *s, char **endp);
@end example
@subheading Description
...
If @var{endp} is not a null
pointer, @code{*endp} is set to point to the first unconverted
Is "If @var{endp} ..., @code{*endp} ..." right?
Right,
MartinS
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |