A
Andrew Chalk
I can:
typedef char D1;
why can't I:
typedef char[1400] D2;
I.e. declare a typedef corresponding to 1400 bytes.
Thanks!
typedef char D1;
why can't I:
typedef char[1400] D2;
I.e. declare a typedef corresponding to 1400 bytes.
Thanks!