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