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

  1. #include "vogle.h"
  2.  
  3. /*
  4.  * prefposition_
  5.  */
  6. void
  7. prefposition_(x, y)
  8.     int    *x, *y;
  9. {
  10.     prefposition(*x, *y);
  11. }
  12.  
  13. /*
  14.  * prefsize_
  15.  */
  16. void
  17. prefsize_(x, y)
  18.     int    *x, *y;
  19. {
  20.     prefsize(*x, *y);
  21. }
  22.