littlekernel / lk

LK embedded kernel
MIT License
3.11k stars 613 forks source link

[libc] add atof() function #348

Closed milisarge closed 1 year ago

milisarge commented 1 year ago

I ported atof function from https://github.com/GaloisInc/minlibc repo, i edited it according to code style of LK.

travisg commented 1 year ago

Perfect, thanks!