Cygwin: mmap: allow remapping part of an existing anonymous mapping
[newlib-cygwin.git] / newlib / libc / stdlib / atoff.c
blobe25ff2917f4b3b8c7dd77afcc0be69bef8ea44f7
1 #include <stdlib.h>
2 #include <_ansi.h>
4 float
5 atoff (const char *s)
7 return strtof (s, NULL);