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