Re: [OT] sizeof C types ...

From: Christoph Hellwig
Date: Mon Aug 25 2003 - 14:28:16 EST


> char,

8 bits

> short,

16 bits

> int,

32 bits

> long,

either 32 or 64 bits

> long int,

dito. long is just the short form of long int

> long long, ...

64 bits

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/