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

  1. arcq(x,y,r,c,sa,ea)
  2.     int x,y,r,c,sa,ea;
  3. {
  4.     eg_arc(x,y,r,c,sa,ea,0,-1);
  5. }
  6.  
  7.