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