#include "memory.h" #include double _strtod_wrap(char const *restrict string, char **restrict invalid) { return strtod(string, invalid); }