home *** CD-ROM | disk | FTP | other *** search
/ Mac-Source 1994 July / Mac-Source_July_1994.iso / C and C++ / Science⁄Math / Gnuplot 3.5 for Macintosh / SOURCES 3.5 / contour.proto.h < prev    next >
Encoding:
C/C++ Source or Header  |  1993-11-12  |  172 b   |  6 lines  |  [TEXT/MSWD]

  1.  
  2. /* contour.c */
  3. struct gnuplot_contours *contour(int, struct iso_curve *, int, int, int, int, int, double *);
  4. int add_cntr_point(double, double);
  5. int end_crnt_cntr(void);
  6.