aboutsummaryrefslogtreecommitdiffstats
path: root/doc/manual/example2/function.h
diff options
context:
space:
mode:
Diffstat (limited to 'doc/manual/example2/function.h')
-rw-r--r--doc/manual/example2/function.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/manual/example2/function.h b/doc/manual/example2/function.h
new file mode 100644
index 0000000..af14bd2
--- /dev/null
+++ b/doc/manual/example2/function.h
@@ -0,0 +1,3 @@
+float process_data(float* data, int n);
+void set_global_data(float* data);
+float process_global_data(int n);