outportb()               Output to a Hardware Port
 
 #include   <dos.h>
 
 void       outportb(port,byte);
 int        port;                        Specified port
 char       byte;                        Byte to be output
 
    outportb() is a macro that writes the byte given by 'byte' to the
    output port specified by 'port'.
 
    Returns:    There is no return value.

Seealso:



This page last updated on Fri Nov 30 10:48:32 MSK 2001
Copyright © 1992-2001, Vitaly Filatov, Moscow, Russia
Webmaster