#include #include #include #include int main (void) { printf("\nHello! Press a key to reboot...\n"); cgetc(); return EXIT_SUCCESS; }