Re: undefined references since newlib-3.2.0
Josef Wolf <[email protected]>
| Newsgroups | gmane.comp.lib.newlib |
|---|---|
| Message-ID | <[email protected]> |
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 [email protected]