home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Source Code / C / Applications / Gnuplot 3.5 / source / misc.proto.h < prev    next >
Encoding:
Text File  |  1993-11-11  |  795 b   |  26 lines  |  [TEXT/R*ch]

  1.  
  2. /* misc.c */
  3. char *alloc(unsigned long, char *);
  4. struct curve_points *cp_alloc(int);
  5. int cp_extend(struct curve_points *, int);
  6. int cp_free(struct curve_points *);
  7. struct iso_curve *iso_alloc(int);
  8. int iso_extend(struct iso_curve *, int);
  9. int iso_free(struct iso_curve *);
  10. struct surface_points *sp_alloc(int, int, int, int);
  11. int sp_replace(struct surface_points *, int, int, int, int);
  12. int sp_free(struct surface_points *);
  13. int save_functions(FILE *);
  14. int save_variables(FILE *);
  15. int save_all(FILE *);
  16. int save_set(FILE *);
  17. int save_set_all(FILE *);
  18. int save_tics(FILE *, TBOOLEAN, char, struct ticdef *);
  19. int load_file(FILE *, char *);
  20. FILE *lf_top(void);
  21. int load_file_error(void);
  22. int instring(char *, char);
  23. int show_functions(void);
  24. int show_at(void);
  25. int disp_at(struct at_type *, int);
  26.