TC: void outportb( int port, unsigned char byte )

	- prototype in dos.h

	- outportb() is macro that writes byte to output port port
	- MS C uses outp()
	- see also outport()