main.c (176B)
1 #include <u.h> 2 #define NOPLAN9DEFINES 3 #include <libc.h> 4 5 extern void p9main(int, char**); 6 7 int 8 main(int argc, char **argv) 9 { 10 p9main(argc, argv); 11 exits("main"); 12 return 99; 13 }
9baserevived minimalist port of Plan 9 userland to Unix | |
git clone git://git.suckless.org/9base | |
Log | Files | Refs | README | LICENSE |