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