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