home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD2.mdf / c / library / dos / tsr / mixtsr / tsr.h < prev    next >
Encoding:
Text File  |  1988-06-16  |  425 b   |  20 lines

  1. /* ----- tsr.h ----- */
  2.  
  3. void resinit(void);
  4. void resident_psp(void);
  5. void interrupted_psp(void);
  6. unsigned resident(char *);
  7. void terminate(void);
  8. void restart(void);
  9. void suspend(void);
  10. int get_char(void);
  11. void popup(void);
  12. void openfiles(void);
  13. void closefiles(void);
  14. void vpoke(unsigned,unsigned,unsigned);
  15. unsigned vpeek(unsigned,unsigned);
  16. int keyrdy(void);
  17. unsigned getsp(void);
  18. int keyhit(void);
  19.  
  20.