Main Page | Class Hierarchy | Class List | File List | Class Members | File Members

evalx.h

Go to the documentation of this file.
00001 #ifndef __EVALX_H__
00002 #define __EVALX_H__
00003 
00004 #include "evaltype.h"
00005 #include "eval.h"
00006 
00007 #ifdef __cplusplus
00008 extern "C"
00009 #endif
00010 int eval(eval_scalar *r, const char *str, eval_func_handler func_handler, eval_symbol_handler symbol_handler, void *context);
00011 
00012 #endif /* __EVALX_H__ */

Generated on Fri May 7 21:15:30 2004 by doxygen 1.3.5