[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Does it right?
- Date: Thu, 11 Sep 2003 15:24:45 +0800
- From: paulw at microsol.iinet.net.au (Paul Whitfield)
- Subject: Does it right?
shannon wrote:
> In RTEMS:
>
> sizeof(unsigned32)=4
> sizeof( void * ) =4
> sizeof( int ) =4
>
> ????????shannon
>
I think that you are asking if the listed identities are
true for RTEMS, however, these are actually compiler /
processor dependent.
As a generally, the relationship is true for a 32-bit
processors, however it is not guaranteed.
Regards
Paul