diff options
Diffstat (limited to 'newlib/libc/stdlib/atoff.c')
-rw-r--r-- | newlib/libc/stdlib/atoff.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/newlib/libc/stdlib/atoff.c b/newlib/libc/stdlib/atoff.c deleted file mode 100644 index 9c682c4..0000000 --- a/newlib/libc/stdlib/atoff.c +++ /dev/null @@ -1,9 +0,0 @@ -#include <stdlib.h> -#include <_ansi.h> - -float -_DEFUN (atoff, (s), - _CONST char *s) -{ - return strtodf (s, NULL); -} |