1 2 3 4 5 6 7 8
#ifndef __EVAL_H #define __EVAL_H #include "types.h" recipe * eval(recipe * r); #endif /* __EVAL_H */