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