home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Programmer 7500
/
MAX_PROGRAMMERS.iso
/
INFO
/
C
/
JAZLIB.ARC
/
JZINTWND.C
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1986-01-18
|
217 b
|
11 lines
jzintwnd( frow1,fcol1,frow2,fcol2,fattr )
int frow1,fcol1,frow2,fcol2,fattr;
{
extern _row1,_col1,_row2,_col2,_attr;
_row1 = frow1;
_col1 = fcol1;
_row2 = frow2;
_col2 = fcol2;
_attr = fattr;
}