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