home *** CD-ROM | disk | FTP | other *** search
/ Dream 52 / Amiga_Dream_52.iso / OS2 / gnuinfo.zip / lib / pc.h < prev    next >
C/C++ Source or Header  |  1993-07-09  |  277b  |  14 lines

  1. /* pc.h - terminal I/O for GNU info for OS/2
  2.    and other PC support functions
  3.    Kai Uwe Rommel, 1990-1993
  4.  */
  5.  
  6. extern void pc_init (void);
  7. extern void pc_exit (void);
  8. extern int pc_getc (int wait);
  9.  
  10. #ifdef getc
  11. #undef getc
  12. #endif
  13. #define getc(s)      pc_getc(1)
  14.