DEBSOURCES
Skip Quicknav
sources / 9base / 1%3A6-7 / lib9 / atoll.c
123456789
#include <u.h> #include <libc.h> vlong atoll(char *s) { return strtoll(s, 0, 0); }