|
MLGetIntegerList()
int MLGetIntegerList(MLINK link, int **a, long *n) gets a list of integers from the MathLink connection specified by link, storing the integers in the array a and the length of the list in n.
MLGetIntegerList() allocates memory for the array of integers. You must call MLDisownIntegerList() to disown this memory.
External programs should not modify the array generated by MLGetIntegerList().
See notes for MLGetInteger().
See Section 2.13.4.
See also: MLGetIntegerArray, MLGetByteString.
|