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