Use of data types

Khushhua Mogambo mogambo.kztrj at gmail.com
Wed Jan 20 07:15:13 EST 2010


On Wed, Jan 20, 2010 at 2:42 AM, Russell King - ARM Linux
<linux at arm.linux.org.uk> wrote:
> On Tue, Jan 19, 2010 at 08:57:03PM +0900, Khushhua Mogambo wrote:
>> from thread, i understand that u32 is encouraged whenever we have reason. I m
>> going to use u8,16,32 heavily.
>
> Incorrect.
>
> As I said, use u8,u16,u32 when you need something that's of that size
> (eg, for storing values from hardware registers.)  If you don't require
> something of a specific size, then don't use them.
ok I undrstand. thanking you very much.



More information about the linux-arm-kernel mailing list