home *** CD-ROM | disk | FTP | other *** search
- /*_ conio.h Mon Feb 22 1988 Modified by: Walter Bright */
- /* Copyright (C) 1988 by Northwest Software */
- /* All Rights Reserved */
- /* Written by Walter Bright */
-
- int getche(void),getch(void);
- int kbhit(void);
-
- unsigned char inp(unsigned);
- unsigned char outp(unsigned,char);
- int inpw(unsigned);
- int outpw(unsigned,unsigned);
-