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