/* See LICENSE file for copyright and license details. */ #ifndef TEST #include "common.h" extern inline LIBNORMALFORM_SENTENCE *(libnormalform_vand)(LIBNORMALFORM_SENTENCE *, va_list); #else #define USE_VALIST #include "libnormalform_and.c" #endif