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