Introduction
Statistics
Contact
Development
Disclaimer
Help
mercury.661.org home page
#include "conio.h"
void Pause()
{
printf("\nPress enter to continue...");
while(!kbhit());
if(getch()==NULL)
getch();
}