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