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