DavideNesi
Results
1
issues of
DavideNesi
I need to store a struct made of an array of other struct, something like this: ``` typedef struct { boolean valid; char label[20]; char name[20]; } A; typedef struct...