Feeds
질문
I have a C function created using Compiler CDK and it's returning a large array but it's MxArray** type. How do I access all the data retunred to the calling C function?
Here's the C calling function from main(). #include <stdio.h> #include "libMPrime_CA_P.h" #include "matrix.h" int main(void)...
거의 6년 전 | 답변 수: 1 | 0