index
:
fflibc
main
Marc Pervaz Boocha
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
memory
/
atof.c
blob: c7cdc7e988b6c5d3088967a826ba5b22d5173074 (
plain
) (
blame
)
1
2
3
#include
"memory.h"
double
atof
(
char
const
*
string
)
{
return
_strtod_wrap
(
string
,
NULL
);
}