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