Retro68/gcc/newlib/libc/stdlib/atoff.c
2012-03-27 01:51:53 +02:00

10 lines
114 B
C

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