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