home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS 1992 December / simtel1292_SIMTEL_1292_Walnut_Creek.iso / msdos / msjournl / msjv3_5.arc / MSCTSR.ARC / TSRBIOS.H < prev   
C/C++ Source or Header  |  1988-08-31  |  420b  |  10 lines

  1. /*Figure 6. tsrbios.h -- function declarations for the tsrbios.c routines. */
  2.  
  3.    extern  unsigned int kbd_read_ch(void);
  4.    extern  unsigned int kbd_stat(void);
  5.    extern  int scr_swapmsg(unsigned char *msg,unsigned char *savbuf,
  6.        int row,int col);
  7.    extern  unsigned scr_read_ch(int row,int col);
  8.    extern  void scr_write_ch(unsigned int ch,int row,int col);
  9.    extern  int far *scr_get_curs_addr(void);
  10.