home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Liren Large Software Subsidy 11
/
11.iso
/
m
/
m242
/
2.ddi
/
VER2FUNC.ZIP
/
GRMOVE.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
|
236 b
|
9 lines
/* function to draw a line from a base point */
void grmove(x,y,color)
int x; /* column coordinate of end point */
int y; /* row coordinate of end point */
int color; /* foreground color of line */
{
eg_lineto(x,y,color,0);
}