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