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