home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Liren Large Software Subsidy 11
/
11.iso
/
m
/
m242
/
2.ddi
/
VER2FUNC.ZIP
/
R_LINETO.C
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1989-10-16
|
255 b
|
9 lines
/* function to draw a line in relative mode from a base point */
void r_lineto(c,r,color)
int c; /* column coordinate of end point */
int r; /* row coordinate of end point */
int color; /* foreground color of line */
{
eg_lineto(c,r,color,1);
}