Files
gf-core/src/runtime/c/pgf/hopu.h

8 lines
113 B
C

#ifndef HOPU_H
#define HOPU_H
void pgf_pattern_unify(PgfReasoner* rs, PgfClosure* c1, PgfClosure* c2);
#endif