diff options
Diffstat (limited to '')
| -rw-r--r-- | libnormalform_xnor2.c | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/libnormalform_xnor2.c b/libnormalform_xnor2.c new file mode 100644 index 0000000..65939e7 --- /dev/null +++ b/libnormalform_xnor2.c @@ -0,0 +1,14 @@ +/* See LICENSE file for copyright and license details. */ +#ifndef TEST +#include "common.h" + + +extern inline LIBNORMALFORM_SENTENCE *(libnormalform_xnor2)(LIBNORMALFORM_SENTENCE *, LIBNORMALFORM_SENTENCE *); + + +#else + +#define USE_TWO +#include "libnormalform_xnor.c" + +#endif |
