mcomplex*MTensor_getComplexData (MTensor t) gets an array of the data elements of an MTensor of complex type.
mint const*MTensor_getDimensions (MTensor t) gets an array of the dimensions of an MTensor.
mint*MTensor_getIntegerData (MTensor t) gets an array of the data elements of an MTensor of integer type.
double*MTensor_getRealData (MTensor t) gets an array of the data elements of an MTensor of real type.
int MTensor_new (mint type, mint rank, mint const*dims, MTensor*pres) is a library callback function that creates a new MTensor.
CallingConvention is an option to DefineDLLFunction that specifies what calling convention the DLL function uses.
FixCRLF["str"] changes the linefeeds in the given string to the CR/LF Windows convention.