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