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