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