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