hello,

If I have a structure like this:

extern struct mystruct {

int[100] myarray;
char[50] chararray;

}

how can I make another structure exactly the same, with all the same values in the arrays?

thanks a lot