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

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