acadia-newlib/newlib/libc/stdlib/atoff.c

10 lines
115 B
C
Raw Normal View History

2000-02-17 11:39:52 -08:00
#include <stdlib.h>
#include <_ansi.h>
float
_DEFUN (atoff, (s),
_CONST char *s)
{
return strtodf (s, NULL);
}