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