summaryrefslogtreecommitdiffstats
path: root/libc/stdlib/strtof.c
Commit message (Collapse)AuthorAgeFilesLines
* Merge from trunk. Going pretty good so far. Kind of. Okay, not really."Steven J. Hill"2006-02-251-31/+5
|
* Merge from trunk."Steven J. Hill"2005-12-101-0/+2
|
* 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