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