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