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