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