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