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