home *** CD-ROM | disk | FTP | other *** search
/ gondwana.ecr.mu.oz.au/pub/ / Graphics.tar / Graphics / VOGLE.ZIP / SRC / SUNFORT / FRECT.C < prev    next >
C/C++ Source or Header  |  1994-04-27  |  117b  |  11 lines

  1. #include "vogle.h"
  2.  
  3. /*
  4.  * rect_
  5.  */
  6. rect_(x1, y1, x2, y2)
  7.     float     *x1, *y1, *x2, *y2;
  8. {
  9.     rect(*x1, *y1, *x2, *y2);
  10. }
  11.