Strtod
In this section:
The function strtod does not accept hexadecimal floating-point strings in libraries with the normal library configuration. To make strtod accept hexadecimal floating-point strings, you must:
Enable the configuration symbol
_DLIB_STRTOD_HEX_FLOATin the library configuration file.Rebuild the library, see Customizing and building your own runtime library.