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