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