u8[] vs unsigned char[]
Posted: Tue May 24, 2011 1:15 pm
Is there any difference between these two lines?
and
Thanks!
Code: Select all
unsigned char foo[32768];
Code: Select all
u8 foo[32768];