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