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