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