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