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