import newlib-2000-02-17 snapshot
This commit is contained in:
9
newlib/libc/stdlib/atoff.c
Normal file
9
newlib/libc/stdlib/atoff.c
Normal file
@ -0,0 +1,9 @@
|
||||
#include <stdlib.h>
|
||||
#include <_ansi.h>
|
||||
|
||||
float
|
||||
_DEFUN (atoff, (s),
|
||||
_CONST char *s)
|
||||
{
|
||||
return strtodf (s, NULL);
|
||||
}
|
Reference in New Issue
Block a user