diff options
Diffstat (limited to 'memory/wtof.c')
-rw-r--r-- | memory/wtof.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/memory/wtof.c b/memory/wtof.c new file mode 100644 index 0000000..99a5758 --- /dev/null +++ b/memory/wtof.c @@ -0,0 +1,3 @@ +#include "memory.h" + +double wtof(wchar_t const *string) { return _wcstod_wrap(string, NULL); } |