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