Hi all,
I need some help. Could somebody please tell me what is wrong with this code, or maybe suggest a better way to do this.
typedef struct {
long Size;
double Data[1];
} Struct2;
typedef Struct2 **Struct2Hdl;
typedef struct {
double f0;
double df;
Struct2Hdl Array;
} Struct1...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.