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