home *** CD-ROM | disk | FTP | other *** search
/ Graphics Plus / Graphics Plus.iso / libs / vopl / glvopl.lha / glvopl / src / sunfort / flsfit.c < prev    next >
Encoding:
C/C++ Source or Header  |  1989-06-05  |  80 b   |  11 lines

  1. #include "vopl.h"
  2.  
  3. /*
  4.  * degree_
  5.  */
  6. degree_(ord)
  7.     int    *ord;
  8. {
  9.     degree(*ord);
  10. }
  11.