OSDN Git Service

Add implementations of strtof() and strtold(). These are a bit
authorEric Andersen <andersen@codepoet.org>
Thu, 14 Mar 2002 06:52:35 +0000 (06:52 -0000)
committerEric Andersen <andersen@codepoet.org>
Thu, 14 Mar 2002 06:52:35 +0000 (06:52 -0000)
commited3d3458eff834d82b01f4018f7750fba1449a07
tree75ec65304d67db73c68e099e8614ac44770178b6
parent39d05a3300773b053177e92b626575fd7bea18b9
Add implementations of strtof() and strtold().  These are a bit
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
libc/stdlib/Makefile
libc/stdlib/strtof.c [new file with mode: 0644]
libc/stdlib/strtold.c [new file with mode: 0644]