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