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