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

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