home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 11 / 11.iso / m / m242 / 2.ddi / VER2FUNC.ZIP / GRLINE.C < prev    next >
Encoding:
Text File  |  1989-10-16  |  83 b   |  9 lines

  1. grline(x1,y1,x2,y2,c)
  2.     int x1,y1,x2,y2,c;
  3. {
  4.     eg_line(x1,y1,x2,y2,c);
  5. }
  6.  
  7.  
  8.  
  9.