Plan 9 from User Space
's
/usr/local/plan9
/
src
/
libauth
/
amount_getkey.c
#include <u.h> #include <libc.h> #include <auth.h> int (*amount_getkey)(char*) = auth_getkey;
Copyright © 2005 Lucent Technologies, Russ Cox, MIT.
See
license
for details.