Plan 9 from User Space
's
/usr/local/plan9
/
src
/
lib9
/
atol.c
#include <u.h> #include <libc.h> long atol(char *s) { return strtol(s, 0, 0); }
Copyright © 2005 Lucent Technologies, Russ Cox, MIT.
See
license
for details.