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