inport()                 Input from Hardware Port
 
 #include   <dos.h>
 
 int        inport(port)
 int        port;                        Specified port
 
    inport() reads a word from the input port specified by 'port'.
 
    Returns:    The value read from 'port'.

Seealso:



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