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