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