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