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