summaryrefslogtreecommitdiffstats
path: root/libc/stdlib/strtof.c
Commit message (Collapse)AuthorAgeFilesLines
* Add files for IMA. Yes, I know it's a hack and no, I won't split the ↵Peter S. Mazinger2006-02-131-0/+8
| | | | affected files
* Remove unused filesPeter S. Mazinger2006-02-131-34/+0
|
* hidden_def/hidden_proto: convert all users (I hope) termios split, add some ↵Peter S. Mazinger2006-01-141-2/+2
| | | | missing headers, other jump relocs removed
* Use __strtodPeter S. Mazinger2005-12-081-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