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