PageRenderTime 47ms CodeModel.GetById 24ms RepoModel.GetById 0ms app.codeStats 0ms

/trunk/Examples/csharp/arrays/example.h

#
C++ Header | 4 lines | 2 code | 2 blank | 0 comment | 0 complexity | 7184ca64aad631dc32f39a6e4bdf9509 MD5 | raw file
Possible License(s): LGPL-2.1, Cube, GPL-3.0, 0BSD, GPL-2.0
  1. void myArrayCopy( int *sourceArray, int* targetArray, int nitems );
  2. void myArraySwap( int* array1, int* array2, int nitems );