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