Skip to main content

IAR Embedded Workbench for RX 5.20

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:

  1. Enable the configuration symbol _DLIB_STRTOD_HEX_FLOAT in the library configuration file.

  2. Rebuild the library, see Customizing and building your own runtime library.