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