int putch( int ch )



	- prototype in conio.h

	- puts char ch to console with BEL, BS, TAB, LF and BEL characters
	  are converted similar to DOS I/O
	- TC uses direct video or BIOS depending on value of external
	  variable directvideo
	- returns nothing