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