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