9 lines
77 B
C
9 lines
77 B
C
#ifndef EVAL_H
|
|
#define EVAL_H
|
|
|
|
#include "am.h"
|
|
|
|
void eval(am_t *am);
|
|
|
|
#endif
|