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