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