summaryrefslogtreecommitdiff
path: root/libc/stdlib/strtold.c
AgeCommit message (Collapse)Author
2002-03-14Add implementations of strtof() and strtold(). These are a bitEric Andersen
lame, since internally I'm just using strtod, but that keeps things small, and has the side effect of making these easy to write. -Erik