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