Files
imp/lib/include/eval.h

9 lines
77 B
C

#ifndef EVAL_H
#define EVAL_H
#include "am.h"
void eval(am_t *am);
#endif