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