// Copyright (c) Microsoft Corporation. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // _WStold function #include #include "xmath.hpp" #include "xxlftype.hpp" #include "xxwctype.hpp" _EXTERN_C_UNLESS_PURE _CRTIMP2_PURE FTYPE __CLRCALL_PURE_OR_CDECL _WStoldx(const CTYPE* s, CTYPE** endptr, long pten, int* perr) #include "xxstod.hpp" _CRTIMP2_PURE FTYPE __CLRCALL_PURE_OR_CDECL _WStold(const CTYPE* s, CTYPE** endptr, long pten) { // convert string, discard error code return _WStoldx(s, endptr, pten, nullptr); } _END_EXTERN_C_UNLESS_PURE