#ifndef EVAL_H #define EVAL_H struct list *eval(struct list *list); struct list *eval_str(const char *str); #endif