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