Files
imp/lib/include/prim.h

10 lines
100 B
C

#ifndef PRIM_H
#define PRIM_H
#include "am.h"
#include "expr.h"
void prim_load(am_t *am);
#endif