repo.or.cz
/
newlib-cygwin.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Cygwin: mmap: allow remapping part of an existing anonymous mapping
[newlib-cygwin.git]
/
newlib
/
libc
/
stdlib
/
atoff.c
blob
e25ff2917f4b3b8c7dd77afcc0be69bef8ea44f7
1
#include <stdlib.h>
2
#include <_ansi.h>
3
4
float
5
atoff
(
const char
*
s
)
6
{
7
return
strtof
(
s
,
NULL
);
8
}