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:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
C/C++ Source or Header
|
1990-07-30
|
321 b
|
11 lines
/* PUBLIC DOMAIN */
#define ASM 1
void _pascal dcls(void);
void _pascal dputc(int x, int y, int c);
int _pascal dputs(int x, int y, char *s);
void _pascal dclrwnd(int x1, int y1, int x2, int y2);
void _pascal dscrollup(int x1, int y1, int x2, int y2);
void _pascal dscrolldn(int x1, int y1, int x2, int y2);