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