diff options
Diffstat (limited to 'newlib/libc/stdlib/atof.c')
-rw-r--r-- | newlib/libc/stdlib/atof.c | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/newlib/libc/stdlib/atof.c b/newlib/libc/stdlib/atof.c index 8497f68..4653d4f 100644 --- a/newlib/libc/stdlib/atof.c +++ b/newlib/libc/stdlib/atof.c @@ -7,19 +7,11 @@ INDEX INDEX atoff -ANSI_SYNOPSIS +SYNOPSIS #include <stdlib.h> double atof(const char *<[s]>); float atoff(const char *<[s]>); -TRAD_SYNOPSIS - #include <stdlib.h> - double atof(<[s]>) - char *<[s]>; - - float atoff(<[s]>) - char *<[s]>; - DESCRIPTION <<atof>> converts the initial portion of a string to a <<double>>. <<atoff>> converts the initial portion of a string to a <<float>>. |