aboutsummaryrefslogtreecommitdiffstats
path: root/test/monniaux/send_through/send_through.h
diff options
context:
space:
mode:
Diffstat (limited to 'test/monniaux/send_through/send_through.h')
-rw-r--r--test/monniaux/send_through/send_through.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/monniaux/send_through/send_through.h b/test/monniaux/send_through/send_through.h
new file mode 100644
index 00000000..54b6c052
--- /dev/null
+++ b/test/monniaux/send_through/send_through.h
@@ -0,0 +1,4 @@
+typedef double op_int_double(int, double);
+
+double send_through(op_int_double f, int x, int y, double z);
+void print_from_ccomp(double x);