[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: sizeof(int)



On Saturday 22 November 2008 14:46:44 peter green wrote:
> Is int 32 bit on all ports of debian? if not what ports is it not 32 bit
> on?
int is not definied as 32 bit.... use uint32_t (from stdint.h) for that. 
Please look at the specific abi specifiction of your plattform.

And you can look at http://wiki.debian.org/ArchitectureSpecificsMemo for 
possible differences.
-- 
Robert Wohlrab


Reply to: