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