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