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