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