This website requires JavaScript.
Explore
Help
Sign In
drew
/
acadia-newlib
Watch
1
Star
0
Fork
You've already forked acadia-newlib
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
2a4b1de773
acadia-newlib
/
newlib
/
libc
/
stdlib
/
atoff.c
9 lines
99 B
C
Raw
Blame
History
#
include
<stdlib.h>
#
include
<_ansi.h>
float
atoff
(
const
char
*
s
)
{
return
strtof
(
s
,
NULL
)
;
}
Reference in New Issue
View Git Blame
Copy Permalink