summaryrefslogtreecommitdiff
path: root/Examples/csharp/arrays/example.h
diff options
context:
space:
mode:
Diffstat (limited to 'Examples/csharp/arrays/example.h')
-rw-r--r--Examples/csharp/arrays/example.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/Examples/csharp/arrays/example.h b/Examples/csharp/arrays/example.h
new file mode 100644
index 0000000..113b92c
--- /dev/null
+++ b/Examples/csharp/arrays/example.h
@@ -0,0 +1,4 @@
+
+void myArrayCopy( int *sourceArray, int* targetArray, int nitems );
+void myArraySwap( int* array1, int* array2, int nitems );
+