From 4294ec0ed06ee34920c9edaeebaeb8b65c720791 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Fri, 19 Jul 2024 01:29:42 +0200 Subject: First commit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- libnormalform_vnif.c | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 libnormalform_vnif.c (limited to 'libnormalform_vnif.c') diff --git a/libnormalform_vnif.c b/libnormalform_vnif.c new file mode 100644 index 0000000..b76b4cb --- /dev/null +++ b/libnormalform_vnif.c @@ -0,0 +1,14 @@ +/* See LICENSE file for copyright and license details. */ +#ifndef TEST +#include "common.h" + + +extern inline LIBNORMALFORM_SENTENCE *(libnormalform_vnif)(LIBNORMALFORM_SENTENCE *, va_list); + + +#else + +#define USE_VALIST +#include "libnormalform_nif.c" + +#endif -- cgit v1.3.1