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