int isatty( int handle )



	- prototype in io.h

	- if handle is associated with a character device like tty,
	  console, printer, or serial port returns a non-zero integer
	  otherwise returns zero