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