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