home *** CD-ROM | disk | FTP | other *** search
- /* function to draw a line in absolute mode from a base point */
- void a_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,0);
- }