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