WSPutIntegerArray (C Function)

int WSPutIntegerArray(WSLINK link,const int *a,const long *dims,const char **heads,long d)

puts an array of integers to the WSTP connection specified by to form a depth- array with dimensions .

Details

  • The array must be laid out in memory like a C array declared explicitly as .
  • If is given as NULL, the array will be assumed to have head List at every level.
  • The length of the array at level is taken to be .
  • is equivalent to WSPutInteger32Array().