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