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