mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-01-19 04:49:25 +08:00
9087163804
Signed-off-by: Yaakov Selkowitz <yselkowi@redhat.com>
9 lines
99 B
C
9 lines
99 B
C
#include <stdlib.h>
|
|
#include <_ansi.h>
|
|
|
|
float
|
|
atoff (const char *s)
|
|
{
|
|
return strtof (s, NULL);
|
|
}
|