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