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