summaryrefslogtreecommitdiffstats
path: root/libc/stdlib/strtof.c
Commit message (Collapse)AuthorAgeFilesLines
* Add implementations of strtof() and strtold(). These are a bitEric Andersen2002-03-141-0/+32
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