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