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