home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Source Code / C / Applications / Gnuplot 3.5 / source / eval.proto.h < prev    next >
Encoding:
C/C++ Source or Header  |  1993-11-11  |  177 b   |  8 lines  |  [TEXT/R*ch]

  1.  
  2. /* eval.c */
  3. struct udvt_entry *add_udv(int);
  4. struct udft_entry *add_udf(int);
  5. union argument *add_action(enum operators);
  6. int standard(int);
  7. int execute_at(struct at_type *);
  8.