outport() Output to a Hardware Port
#include <dos.h>
void outport(port,word);
int port; Specified port
int word; Word to be output
outport() writes the word given by 'word' to the output port
specified by 'port'.
Returns: There is no return value.
Seealso: