home *** CD-ROM | disk | FTP | other *** search
- /* ----- tsr.h ----- */
-
- void resinit(void);
- void resident_psp(void);
- void interrupted_psp(void);
- unsigned resident(char *);
- void terminate(void);
- void restart(void);
- void suspend(void);
- int get_char(void);
- void popup(void);
- void openfiles(void);
- void closefiles(void);
- void vpoke(unsigned,unsigned,unsigned);
- unsigned vpeek(unsigned,unsigned);
- int keyrdy(void);
- unsigned getsp(void);
- int keyhit(void);
-