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