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