DavideNesi
Results
1
comments of
DavideNesi
using something like this: ``` typedef struct { boolean valid[50]; char label[50][20]; char name[50][20]; } B; ``` could actually be a work around...