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_nifl_checked.c | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 libnormalform_nifl_checked.c (limited to 'libnormalform_nifl_checked.c') diff --git a/libnormalform_nifl_checked.c b/libnormalform_nifl_checked.c new file mode 100644 index 0000000..dac7871 --- /dev/null +++ b/libnormalform_nifl_checked.c @@ -0,0 +1,14 @@ +/* See LICENSE file for copyright and license details. */ +#ifndef TEST +#include "common.h" + + +extern inline LIBNORMALFORM_SENTENCE *(libnormalform_nifl_checked)(size_t, LIBNORMALFORM_SENTENCE *, ...); + + +#else + +#define USE_CHECKED_VARARGS +#include "libnormalform_nif.c" + +#endif -- cgit v1.3.1