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