Plan 9 from User Space
's
/usr/local/plan9
/
9pm
/
src
/
libc
/
port
/
atof.c
#include <9pm/u.h> #include <9pm/libc.h> double atof(char *cp) { return strtod(cp, 0); }
Copyright © 2005 Lucent Technologies, Russ Cox, MIT.
See
license
for details.