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