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