u8[] vs unsigned char[]

is there any difference between these two lines?

unsigned char foo[32768];

and

u8 foo[32768];

More questions in this forum