home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 2 BBS / 02-BBS.zip / MSGDP206.SZH / SCREEN2.H < prev    next >
Text File  |  1990-07-30  |  321b  |  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.