ref: dc2c8dca5bafe537b446a80c333b77513eeaf765 dir: /sys/src/libc/port/atof.c/
#include <u.h> #include <libc.h> double atof(char *cp) { return strtod(cp, 0); }