aboutsummaryrefslogtreecommitdiff
path: root/eval.h
blob: d22355beb2f4934b4851aff797eb63c993b4ff01 (plain)
1
2
3
4
5
6
7
#ifndef EVAL_H
#define EVAL_H

struct list *eval(struct list *list);
struct list *eval_str(const char *str);

#endif