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