int MyFuncC( rows, columns, packedMatrix ) int rows; int columns; char * packedMatrix; CODE: RETVAL= CFunc( rows, columns, (float **)packedMatrix );