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