- Moved everything about.

This commit is contained in:
ccremers
2004-04-23 10:58:43 +00:00
parent ca5202dc0c
commit 0f4e6a5aba
60 changed files with 10596 additions and 0 deletions

12
src/mgu.h Normal file
View File

@@ -0,0 +1,12 @@
#ifndef MGU
#define MGU
#include "terms.h"
#include "termlists.h"
#include "substitutions.h"
#define MGUFAIL (Termlist) -1
Termlist termMguTerm (Term t1, Term t2);
#endif