home *** CD-ROM | disk | FTP | other *** search
/ ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng) / ProfitPress-MegaCDROM2.B6I / BBS / NETMAIL / MSGD2SRC.ZIP / SCREEN2.H < prev    next >
Encoding:
C/C++ Source or Header  |  1990-07-30  |  321 b   |  11 lines

  1. /* PUBLIC DOMAIN */
  2.  
  3. #define ASM 1
  4.  
  5. void _pascal dcls(void);
  6. void _pascal dputc(int x, int y, int c);
  7. int  _pascal dputs(int x, int y, char *s);
  8. void _pascal dclrwnd(int x1, int y1, int x2, int y2);
  9. void _pascal dscrollup(int x1, int y1, int x2, int y2);
  10. void _pascal dscrolldn(int x1, int y1, int x2, int y2);
  11.