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