Blob


1 #include <u.h>
2 #include <libc.h>
4 char*
5 get9root(void)
6 {
7 char *s;
9 if((s = getenv("PLAN9")) != 0)
10 return s;
11 return "/usr/local/plan9";
12 }