7 lines
71 B
C
Raw Normal View History

#include<conio.h>
int getchar ( void )
{
return con_getch();
}