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