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