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