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