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