ref: a1e96ae4b512307d69012f42a291253dee0f9303 dir: /sys/src/libc/port/atoll.c/
#include <u.h> #include <libc.h> vlong atoll(char *s) { return strtoll(s, nil, 10); }