Q
Hello
I am reading a program like
typedef BYTE M[5]
What does it mean?
I know if I typedef int a;
I can use a as int
but how about typedef BYTE M[5]?
Thanks a lot!
I am reading a program like
typedef BYTE M[5]
What does it mean?
I know if I typedef int a;
I can use a as int
but how about typedef BYTE M[5]?
Thanks a lot!