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