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