TC: unsigned char inportb( int port )



	- prototype in dos.h

	- inportb() is macro that reads a byte from hardware port 'port'
	- MS C uses inp()
	- see	inport()