import source from 1.3.40
[external/swig.git] / Examples / csharp / arrays / example.h
1
2 void myArrayCopy( int *sourceArray, int* targetArray, int nitems );
3 void myArraySwap( int* array1, int* array2, int nitems );
4