2017-09-15 05:57 AM
Hello
I could not define a 2D array in a struct with Keil Compiler. How do you do that? Does anyone have information?
2017-09-15 07:24 AM
So you're saying
typedef struct _FOO {
int twodee[3][3];
} FOO;
doesn't work? Or what?