scyther/src/mgu.h

13 lines
175 B
C
Raw Normal View History

2004-04-23 11:58:43 +01:00
#ifndef MGU
#define MGU
#include "terms.h"
#include "termlists.h"
#include "substitutions.h"
#define MGUFAIL (Termlist) -1
Termlist termMguTerm (Term t1, Term t2);
#endif