aboutsummaryrefslogtreecommitdiff
path: root/system/lib/libc/musl/src/stdlib/strtod.c
AgeCommit message (Collapse)Author
2014-01-14Expand aliases for strto*_l() to short functions.Bruce Mitchener
This removes warnings about incompatible pointer types in asm2 mode.
2014-01-14Add strtod(), wcstod(), wcstol() and friends.Bruce Mitchener
This implementation of strtod() replaces the old as it implements support for parsing hex constants which is needed by various tests.