qc.hlp (Table of Contents; Topic list)
Port I/O Functions
 Description Example                     Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
  Include:  <conio.h>
 
  Syntax:   int inp( unsigned port );
            unsigned inpw( unsigned port );
 
            int outp( unsigned port, int databyte );
            unsigned outpw( unsigned port, unsigned dataword );
 
  Returns:  (inp) the byte read from port.
            (inpw) the word that was read.
            (outp) the byte output.
            (outpw) the word output.
                                    -♦-