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