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