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__ */