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