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