home *** CD-ROM | disk | FTP | other *** search
/ The C Users' Group Library 1994 August / wc-cdrom-cusersgrouplibrary-1994-08.iso / listings / v_07_06 / v7n6044a.txt < prev    next >
Text File  |  1989-07-25  |  256b  |  11 lines

  1. #include "gks.h"
  2.  
  3. Gpoint top[100],bottom[100];
  4. double m1,m2,m3,m4,m5;
  5. int topn,bottomn;
  6.  
  7. extern void initial(),transform(),plotx();
  8.  
  9. extern int place(),copyvec();
  10.  
  11.