/* * An example program. */ #include int main() { reboot(RB_POWEROFF); return 0; /* avoid compiler warnings */ }