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