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