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