#include "memory.h" #include double _wcstod_wrap(wchar_t const *restrict string, wchar_t **restrict invalid) { return wcstod(string, invalid); }