home *** CD-ROM | disk | FTP | other *** search
/ Info-Mac 3 / Info_Mac_1994-01.iso / Development / Source / Gnuplot 3.5 Source / SOURCES 3.5 / eval.proto.h < prev    next >
Encoding:
C/C++ Source or Header  |  1993-11-12  |  177 b   |  8 lines  |  [TEXT/MSWD]

  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.