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