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