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