TC: void outport( int port, int word )


	- prototype in dos.h

	- outport() writes word to output port port
	- MS C uses outpw()
	- see also outportb()