| Current Path : /usr/home/beeson/Otter-Lambda/otter2/ |
| Current File : /usr/home/beeson/Otter-Lambda/otter2/externalsimplify.h |
#ifdef EXTERNALSIMP_DLL
#define MEXPORT_EXTERNALSIMP __declspec(dllexport)
#else
#define MEXPORT_EXTERNALSIMP __declspec(dllimport)
#endif
MEXPORT_EXTERNALSIMP int ExternalSimplify(int nlits, char **atoms, char *signs,
int *nNewLits, char **NewAtoms, char *NewSigns);