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

10 lines
115 B
C
Raw Normal View History

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