home *** CD-ROM | disk | FTP | other *** search
/ gondwana.ecr.mu.oz.au/pub/ / Graphics.tar / Graphics / VOGLE.ZIP / SRC / SUNPAS / PRECT.C < prev    next >
Text File  |  1994-04-27  |  87b  |  9 lines

  1. /*
  2.  * Rect
  3.  */
  4. Rect(x1, y1, x2, y2)
  5.     float     x1, y1, x2, y2;
  6. {
  7.     rect(x1, y1, x2, y2);
  8. }
  9.