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