undefined references since newlib-3.2.0

Josef Wolf jw@raven.inka.de
Wed Jun 17 11:36:16 GMT 2020


On Sat, Jun 13, 2020 at 10:20:54AM -0700, Keith Packard wrote:
>         strtod
>         strtof
>         strtold
>         wcstod

While we're at it: the signatures for those functions descard the "const"
qualifier from their first parameter by returning a non-qualified pointer to
it.

This also applies to strtol, strtoul and friends.

Is this required by the standard? Or am I missing smoething important?

-- 
Josef Wolf
jw@raven.inka.de


More information about the Newlib mailing list