#include	<dos.h>

int _getch(void)
{
	return ( _bdos( 8, 0, 0 ) & 0x000000ff );
}
