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