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