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