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