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