summaryrefslogtreecommitdiff
path: root/ffi/Bar.c
diff options
context:
space:
mode:
Diffstat (limited to 'ffi/Bar.c')
-rw-r--r--ffi/Bar.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/ffi/Bar.c b/ffi/Bar.c
new file mode 100644
index 0000000..3bf5008
--- /dev/null
+++ b/ffi/Bar.c
@@ -0,0 +1,3 @@
+double bar(double v){
+ return v+v*v;
+}