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