agbcc/libc/stdlib/atoff.c
2017-12-20 16:34:35 -05:00

10 lines
115 B
C

#include <stdlib.h>
#include <_ansi.h>
float
_DEFUN (atoff, (s),
_CONST char *s)
{
return strtodf (s, NULL);
}