home *** CD-ROM | disk | FTP | other *** search
/ Microsoft Programmer's Library 1.3 / Microsoft-Programers-Library-v1.3.iso / sampcode / msj / msjv3_5 / msctsr / tsrbios.h < prev   
Encoding:
C/C++ Source or Header  |  1988-08-31  |  420 b   |  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.