diff options
Diffstat (limited to 'trunk/Examples/csharp/arrays/example.h')
-rw-r--r-- | trunk/Examples/csharp/arrays/example.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/trunk/Examples/csharp/arrays/example.h b/trunk/Examples/csharp/arrays/example.h new file mode 100644 index 000000000..113b92c1b --- /dev/null +++ b/trunk/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 ); + |