aboutsummaryrefslogtreecommitdiffstats
path: root/libj2_ji_rsh_to_j2i_underflow.c
diff options
context:
space:
mode:
Diffstat (limited to 'libj2_ji_rsh_to_j2i_underflow.c')
-rw-r--r--libj2_ji_rsh_to_j2i_underflow.c13
1 files changed, 13 insertions, 0 deletions
diff --git a/libj2_ji_rsh_to_j2i_underflow.c b/libj2_ji_rsh_to_j2i_underflow.c
new file mode 100644
index 0000000..28dcd59
--- /dev/null
+++ b/libj2_ji_rsh_to_j2i_underflow.c
@@ -0,0 +1,13 @@
+/* See LICENSE file for copyright and license details. */
+#include "common.h"
+#ifndef TEST
+
+extern inline int libj2_ji_rsh_to_j2i_underflow(intmax_t a, unsigned b, struct libj2_j2i *res);
+/* TODO Add man page */
+
+
+#else
+
+CONST int main(void) { return 0; } /* Tested in libj2_ji_rsh_to_j2i.c */
+
+#endif