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