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