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