aboutsummaryrefslogtreecommitdiffstats
path: root/valigned_allocn.c
diff options
context:
space:
mode:
Diffstat (limited to 'valigned_allocn.c')
-rw-r--r--valigned_allocn.c18
1 files changed, 18 insertions, 0 deletions
diff --git a/valigned_allocn.c b/valigned_allocn.c
new file mode 100644
index 0000000..8f4faf3
--- /dev/null
+++ b/valigned_allocn.c
@@ -0,0 +1,18 @@
+/* See LICENSE file for copyright and license details. */
+#include "libsimple.h"
+#ifndef TEST
+
+
+extern inline void *libsimple_valigned_allocn(size_t, size_t, va_list);
+
+
+#else
+#include "test.h"
+
+int
+main(void)
+{
+ return 0;
+}
+
+#endif