evalexpr/src/eval/eval.h

9 lines
117 B
C

#ifndef EVAL_H
#define EVAL_H
#include "ast/ast.h"
int eval_ast(const struct ast_node *ast);
#endif /* !EVAL_H */