4
0
mirror of git://sourceware.org/git/newlib-cygwin.git synced 2025-01-29 18:40:25 +08:00
Yaakov Selkowitz 0bda30e1ff ansification: remove _CONST
Signed-off-by: Yaakov Selkowitz <yselkowi@redhat.com>
2018-01-17 11:47:08 -06:00

10 lines
113 B
C

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