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
Wrap
C/C++ Source or Header
|
1988-08-31
|
420b
|
10 lines
/*Figure 6. tsrbios.h -- function declarations for the tsrbios.c routines. */
extern unsigned int kbd_read_ch(void);
extern unsigned int kbd_stat(void);
extern int scr_swapmsg(unsigned char *msg,unsigned char *savbuf,
int row,int col);
extern unsigned scr_read_ch(int row,int col);
extern void scr_write_ch(unsigned int ch,int row,int col);
extern int far *scr_get_curs_addr(void);