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