u8[] vs unsigned char[]

is there any difference between these two lines?

unsigned char foo[32768];

and

u8 foo[32768];

Parents Reply Children
No data
More questions in this forum