ref: 593df4b1611f1ee8b218e720ad8f806f837cdcd5 dir: /sys/src/ape/lib/ap/gen/atof.c/
#include <stdlib.h> double atof(const char *s) { return(strtod(s, (char **)0)); }