home *** CD-ROM | disk | FTP | other *** search
/ Piper's Pit BBS/FTP: ibm 0000 - 0009 / ibm0000-0009 / ibm0003.tar / ibm0003 / C_DISK2.ZIP / CONIO.H < prev    next >
Encoding:
Text File  |  1988-02-22  |  348 b   |  13 lines

  1. /*_ conio.h   Mon Feb 22 1988   Modified by: Walter Bright */
  2. /* Copyright (C) 1988 by Northwest Software    */
  3. /* All Rights Reserved                */
  4. /* Written by Walter Bright            */
  5.  
  6. int getche(void),getch(void);
  7. int kbhit(void);
  8.  
  9. unsigned char    inp(unsigned);
  10. unsigned char    outp(unsigned,char);
  11. int        inpw(unsigned);
  12. int        outpw(unsigned,unsigned);
  13.