u8[] vs unsigned char[]

Post Reply
relminator
Posts: 84
Joined: Sun Apr 11, 2010 10:43 am

u8[] vs unsigned char[]

Post by relminator » Tue May 24, 2011 1:15 pm

Is there any difference between these two lines?

Code: Select all

unsigned char foo[32768];
and

Code: Select all

u8 foo[32768];
Thanks!

elhobbs
Posts: 358
Joined: Thu Jul 02, 2009 1:19 pm

Re: u8[] vs unsigned char[]

Post by elhobbs » Tue May 24, 2011 2:06 pm

on the ds they are the same.

relminator
Posts: 84
Joined: Sun Apr 11, 2010 10:43 am

Re: u8[] vs unsigned char[]

Post by relminator » Tue May 24, 2011 2:18 pm

Thanks.

Post Reply

Who is online

Users browsing this forum: No registered users and 0 guests