os161-1.99
 All Data Structures
example.c
00001 /*
00002  * An example program.
00003  */
00004 #include <unistd.h>
00005 
00006 int
00007 main()
00008 {
00009         reboot(RB_POWEROFF);
00010         return 0; /* avoid compiler warnings */
00011 }
 All Data Structures