#include #include void main() { printf( "Press any key to continue..." ); fflush( stdout ); getch(); }