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