forked from GitHub/gf-core
8 lines
113 B
C
8 lines
113 B
C
#ifndef HOPU_H
|
|
#define HOPU_H
|
|
|
|
void pgf_pattern_unify(PgfReasoner* rs, PgfClosure* c1, PgfClosure* c2);
|
|
|
|
#endif
|
|
|