summaryrefslogtreecommitdiffstats
path: root/lib/libc/locale/wcstof.c
Commit message (Collapse)AuthorAgeFilesLines
* Don't bother passing a freshly-zeroed mbstate to mbsrtowcs() etc.tjr2003-10-311-23/+5
| | | | | | | when the current implementation won't use it, anyway. Just pass NULL. This will need to be changed when state-dependent encodings are supported, but there's no need to take the performance hit in the meantime.
* MFp4: Implementations of the wcstof() and wcstold() functions.tjr2003-03-131-0/+84
OpenPOWER on IntegriCloud