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