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