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