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