52    TE_FUNCTION0 = 8, TE_FUNCTION1, TE_FUNCTION2, TE_FUNCTION3,
 
   53    TE_FUNCTION4, TE_FUNCTION5, TE_FUNCTION6, TE_FUNCTION7,
 
   55    TE_CLOSURE0 = 16, TE_CLOSURE1, TE_CLOSURE2, TE_CLOSURE3,
 
   56    TE_CLOSURE4, TE_CLOSURE5, TE_CLOSURE6, TE_CLOSURE7,
 
   73double te_interp(
const char *expression, 
int *error);
 
   82double te_eval(
const te_expr * n);
 
   85void te_print(
const te_expr * n, FILE * fp);
 
   93int te_dependencies(
const te_expr *self, 
int len, 
const double *ptr[len]);
 
  100void te_free_func_map(
void);
 
The hash table.
Definition: strptrmap.c:38
 
Definition: tinyexpr.h:39
 
Definition: tinyexpr.h:61