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