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