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