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