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