#include #include struct S0 { char name; double x; float b[3]; double y; struct S0 *SI; }; #define DEPTH 4 int depth=0; void i_matrix(int n,int lda,float *A) { int i,j; for(i=0;iname='x'; S->x=2.5e1; for(i=0;i<3;i++) S->b[i]=2.f+(float)i; S->y=-7.e0; S->SI=(struct S0*)malloc(sizeof(struct S0)); if(depthSI)); } } int main(int argc, char **argv) { int i,n,nmax=20; float *A=(float*)malloc(sizeof(float)*nmax*nmax); struct S0 Structure; init_s(&Structure); n=10; if(n